Page 1 of 1

running two versions of php concurrently

Posted: Mon Feb 16, 2004 1:01 pm
by jeanloui
(I don't know if this is the appropiate forum)

As seen at

http://www.php.net/manual/en/migration4 ... h.php3.php

it is possible to run two versions of php at the same time (?)
To enable it, configure PHP 3 and PHP 4 to use APXS (--with-apxs) and the necessary link extensions (--enable-versioning). Otherwise, all standard installations instructions apply. For example:

$ ./configure \
--with-apxs=/apache/bin/apxs \
--enable-versioning \
--with-mysql \
--enable-track-vars
* Has someone tried this ?
* If so, How can I differenciate wich directories run 4.1.2 and wich do 4.3.4 ?
* Will (then) each version run HIS OWN php.ini ?