Re: [nyphp-talk] Running multiple mod_php extensions

2011-09-08 Thread Chris Snyder
On Wed, Sep 7, 2011 at 1:25 PM, Gary Mort wrote: > Looking at the ApacheHandler extension, it first seemed like it should be > simple to change all occurences of the handler label mod_php to create > multiple custom modules.  IE mod_php_5_3_6 and mod_php_5_3_8... then both > modules can be loaded

Re: [nyphp-talk] Running multiple mod_php extensions

2011-09-08 Thread Daniel Convissor
Hi Gary: For a while I was running two different versions of PHP on two different ports (80 and 8080 for example). That was a _while_ ago (when PHP 5 was in alpha mode) on Windows. PHP 4 was on one port and PHP 5 on another. --Dan -- T H E A N A L Y S I S A N D S O L U T I O N S C O

[nyphp-talk] Running multiple mod_php extensions

2011-09-07 Thread Gary Mort
One problem I've run into with using FastCGI for multiple PHP versions is that a number of open source projects depend on mod_php - and while it is possible to reconfigure fastcgi to provide the information that mod_php provided[for example, the script_name defaults to the script name of the fa