News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Arnold Daniels' Blog:
Wrong PHP prediction you don't need to patch PHP to run multiple versions
September 10, 2007 @ 16:55:00

In a new post today, Arnold Daniels has posted about (and linked to) a few methods for running PHP4 and PHP5 on the same server at the same time - running them as CGIs.

You simply can't have PHP4 and PHP5 both run as Apache2 module in the same process, because they use a lot of the same internal symbols (variables, function names, etc). If you would change that, nobody would be able to write any extensions which run both on PHP4 and PHP5. However you can run multiple PHP versions as CGI modules and there is no patch required for that.

He points out an article from Giunta Gaetanos that handles it similarly, but requires the filename to match a certain pattern to determine which to use. He suggests a slightly different alternative, namely using different IPs for PHP4 vs PHP5 and use DNS to route the domains to the right locations.

1 comment voice your opinion now!
php4 php5 patch multiple version ip dns php4 php5 patch multiple version ip dns




Similar Posts

International PHP Magazine: Poll Question: The Rules of PHP Throwdown Include

DynamicWebPages.de: Windows Snapshots for PHP 5.3

Michael Kimsal's Blog: Latest podcast (WebDevRadio)

DevShed: Generating Outputs from MySQL with Static Members and Methods in PHP 5

Sara Golemon\'s Blog: Compiled Variables


Community Events







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


developer PHP5 zend PEAR release conference job releases mysql application zendframework security package ajax framework book code example cakephp database

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