Choose PHP4/PHP5 per Directory?
Posted by: VxJasonxV
Posted on: 2005-11-15 10:04:00
Is there any way to switch between the use of PHP4 and PHP5 on a directory basis?
I thought I had this working before, but I was either high at the time I reached that conclusion, or something changed and removed my ability to do so.
I'm currently using PHP5 as CGI, but I need to drop back to PHP4 so I can make use of the fact that OpenSSL is actually compiled into the two PHP4 installation (apache module and as CGI).
Does anyone have something like this working?