« IE specific css syntax | nesto kao expert’s exchange »

Running php4 and php5 on a same machine on demand

By pavic | May 31, 2006

cd C:\phpdev
rename php512.ini php.ini
copy php.ini C:\windows /Y
rename php.ini php512.ini
cd C:\phpdev\apache
start apache -f conf/httpdphp512.conf
cd C:\phpdev\mysql\bin
start mysqld-nt.exe –standalone
start http://acosonic.com/
exit

cd C:\phpdev
rename php440.ini php.ini
copy php.ini C:\windows /Y
rename php.ini php440.ini
cd C:\phpdev\apache
start apache -k start
cd C:\phpdev\mysql\bin
start mysqld-nt.exe –standalone
start http://acosonic.com/
exit

Topics: PHP |

Comments are closed.