News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Slashdot.org: Book Review - PHP 5 in Practice

Henri Bergius' Blog: Next Midgard will be PHP5 only

Community News: GoPHP5 Official Site

Job Posting: Weatherly Technologies (Recruiter) Seeks Senior PHP5 Developer (Northern NJ)

Christopher Jones' Blog: It's feature freeze time for PHP 5.3


Community Events











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


language interview community testing tool podcast example series composer database object zendframework2 introduction opinion release functional framework code development phpunit

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