[PHP] Run two separate version of Apache and Php

2002-06-24 Thread rdkurth
Hello php-general, I need to run a separate version of Apache on the same server I also what to use a different copy of the php.ini file with that version of apache. I am aware that I can override most of the php.ini settings in the httpd.conf file. But this is not what I want to do. Php will be

Re: [PHP] Run two separate version of Apache and Php

2002-06-24 Thread Al Baker
I believe you will need to compile two versions, and point two to different php.ini locations. Here's a snipet from the manual. http://www.php.net/manual/en/install.configure.php#install.configure.options.php Al --enable-maintainer-mode Enable make rules and dependencies not useful (and somet

[PHP] Run two separate version of Apache and Php

2002-06-23 Thread rdkurth
Hello php-general, I need to run a separate version of Apache on the same server I also what to use a different copy of the php.ini file with that version of apache. I am aware that I can override most of the php.ini settings in the httpd.conf file. But this is not what I want to do. Php will be