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 (?)
* Has someone tried this ?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
* 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 ?