Quote:
Originally Posted by mcncyo
How did you do this? I would also like to run php 5 but can't seem to figure out how to make gateway.php to run 4.3.11
|
I run Windows and IIS so I just set IIS to use php5 isapi filter and for scheduled tasks and command line php 4.3.11 cgi is used. For a while I was using .php and .phtml extensions as php5 and .php4 for php4. Have to add a registry entry for php5 to point to php.ini and for php4 set the user path.
I don't know how you'd do it on Linux, but, it can be done.