Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Ernies Blog:
Switching Between Multiple php Versions Using Apache on Windows
Dec 07, 2005 @ 13:31:47

In a pointer from this post on Nexen.net today, there's a look at a new post on Ernies Weblog concerning the use of multiple versions of PHP with Apache on Windows.

I had occasion to set up a dev box to test a couple of web apps against different php versions, so I thought I would share the steps. I have documented for 2 versions, but more can be done if required. This was done using Apache2 on Windows.

His process involves the installation of Apache first, then each of the PHP versions in seperate locations (to keep things clean). From there's it's a matter of creating two different services, one for each version og PHP. Then, whenever you need it, you can just fire up the appropriate version...

tagged: multiple windows versions apache multiple windows versions apache

Link:


Trending Topics: