I have a server that hosts a bunch of sites in PHP5. I have an old site that was designed for PHP4 that I also need on the server.
Originally, I was just going to port the code to PHP5, but have discovered that process is more intense that I have time for so I need to have PHP4 and PHP5 running on the same Server 2008 box.
I think this should be fairly easy if I can set which PHP.ini file to load. I remember reading somewhere about how you could set which PHP.ini file PHP would load, but I can't seem to find that article anywhere.
Does anyone know how to run PHP4 and PHP5 parallel on IIS7, or how to specify which PHP.ini file to load for different version of PHP?
Thanks, Ryan.