[PHP] Php 4 and Php 5 on same box

2004-10-28 Thread Dave Carrera
Hi List, I have php 4 running all ok on a freebsd box installed from ports. What I would like to do is install php5 with all modules so's not to over right the php4 install and tell my users that they can test their scripts against the new php5 by including the path to php5 in their scripts

Re: [PHP] Php 4 and Php 5 on same box

2004-10-28 Thread Dirk Kredler
The solution depends on the Webserver you are using, i think for Apache2.x there should be no big problem at all to use php4 and php5 concurrently - just search the web. For Apache1.3.x you can look here: