Page 1 of 1

Anybody use PHP Switch?

PostPosted: 11. November 2004 19:43
by gudapunk
Hello!

I switch the PHP version to 4 with the PHP Switch Tool but it changes me the httpd.conf with all paths wrong!

Example: where it should say "C:/apachefriends/xamp/..." looks like "/xamp/..." And i get errors starting apache. Changing httpd.conf i get multiple errors in the aplications pages.

It seems like PHP Switch lose the Xamp location path when switch to version 4.

When i change to PHP 5 works ok, but i need to run applications with PHP 4!

Thank you

Re: Anybody use PHP Switch?

PostPosted: 11. November 2004 20:41
by MacDaddy
gudapunk wrote:Hello!

I switch the PHP version to 4 with the PHP Switch Tool but it changes me the httpd.conf with all paths wrong!

Example: where it should say "C:/apachefriends/xamp/..." looks like "/xamp/..." And i get errors starting apache. Changing httpd.conf i get multiple errors in the aplications pages.

It seems like PHP Switch lose the Xamp location path when switch to version 4.

When i change to PHP 5 works ok, but i need to run applications with PHP 4!

Thank you


just change the pathes the same as you had them in php5. change "/xamp/..." to C:/apachefriends/xamp/..." i dont see why that wont work ;)

PostPosted: 12. November 2004 23:47
by JonathanS
I used PHP Switch to also switch to PHP 4.x,
to closer match the PHP vers. on the server I use.

I didn't have to change any paths I don't think;
just made sure Apache and MySQL both closed before hand.