thotakura ravi chandu wrote:
Hi,
I we have linux server at our work place and apache and php4.x is
installed in that. Now I need to install PHP5 and I should make both
the versions of PHP available to programers. How can I do that.
Please help.
regards
Ravi

as far as I know you will need to run 2 instances of apache listening on different ports, one for each php version.

e.g.
http://localhost:80 (php4)
http://localhost:8080 (php5)


--
Brad Kowalczyk
Web Developer
www.ibiscode.com

Reply via email to