Posted by Curt Zirzow on 11/28/05 20:39
On Mon, Nov 28, 2005 at 12:07:02PM +0530, J.F.Kishor wrote:
> Hi,
>
> I have a query, can we run two versions of PHP in linux 7.2
> server.
>
> I want to use PHP 4.x for one application and PHP 5.1.0 for
> another application in the same server.
>
> Do I need to do some configuration changes to set the php
> path. To look up different versions based on the request of
> the application.
1) just run the php4.x code with php5.1
2) configure one version as a module the other one to run as a cgi.
Curt.
--
cat .signature: No such file or directory
[Back to original message]
|