Click to See Complete Forum and Search --> : Two versions of PHP?


justsomeone
11-20-2005, 08:07 AM
Now that I've finally upgraded my dev box to php5, I get a nifty piece of work from someone which has to be done on php4. I know it's possible to set up two versions of php, and have say php5 run pages called *.php5 while php4 runs *.php, but I just can't find a decent tutorial on it.

I've downloaded the php4 sources but can't really see what to set in the configure options to get php4 up and running without screwing over my php5 install.

Can anyone recommend an idiot's guide to this?

I'm running Fedora Core 4 and apache2.

Thanks.

bpat1434
11-28-2005, 06:09 PM
Perhaps this will help...

PHP 4 & 5 Concurrently (http://wiki.coggeshall.org/Main/RunningPHP4AndPHP5Concurrently)
PHP 4 & 5 Running parallel (http://www.schlitt.info/applications/blog/archives/83_How_to_run_PHP4_and_PHP_5_prallel.html)

~Brett