I believe you can run both from the same instance of apache provided
that each pahe has a different extension e.g. *.php for existing php 4
and then php5 for new php.

Martin 

-----Original Message-----
From: Brad Kowalczyk [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 23, 2005 4:32 PM
To: thotakura ravi chandu
Cc: php-install@lists.php.net
Subject: Re: [PHP-INSTALL] PHP version recognizing

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