News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
Mark van der Velden's Blog:
Multiple PHP versions on one webserver
November 03, 2009 @ 07:58:55

In a new post today Mark van der Velden looks at how to run more than one PHP version on one web server.

This is a blog about running two PHP versions on one webserver and using multiple php.ini files, this combination can be a tricky one to tackle. But luckily one we can tackle quite easily as long as one of the PHP versions is >= 5.2.7. For this example I'll be using Apache, but the webserver flavor doesn't really matter. The most important part is the "PHP_INI_SCAN_DIR" environment variable.

He wanted to be able to run a specific version (or versions) on the web server for applications that depended on or required a certain PHP version - like one that was written in PHP4 that would have all sorts of quirks if moved to PHP5. You'll need to know a bit about installing packages and how to compile one of the versions yourself, but configuring the Apache httpd.conf is simple. Virtual hosts make it easy to define a specific version for different parts of the site.

0 comments voice your opinion now!
multiple version webserver




Community Events





Don't see your event here?
Let us know!


unittest database conference test framework series language community application api opinion development symfony2 package interview podcast introduction release custom phpunit

All content copyright, 2012 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework