Blog Post RSS ?

Blogs » PHP » Running PHP4 and PHP5 in parallel
 

Running PHP4 and PHP5 in parallel

by Harry Fuecks

A roundup of links on how to run PHP4 and PHP5 on the same server;

- Via PHPKitchen: Running PHP 4 and PHP 5 Concurrently

John Coggeshall explains, using two Apache instances, Apache’s mod_proxy and a virtual host.

- Via Planet PHP: PHP5 CGI parallel to PHP4 module on Windows

Urs Gehrig explains. This is probably about the quickest and easiest way to get them running together. Of course PHP as a CGI is not quite the same as an Apache module, performance / $_SERVER variable-wise. Urs also has a handy page of links on PHP5 Installation and related here.

- Via Bitflux: How to run PHP4 and PHP 5 parallel

Tobias Schlitt explains how to get both running as apache modules under Linux.

Any more?

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Ping.fm
  • Twitthis

Related posts:

  1. PHP4 and PHP5 on IIS
  2. What’s keeping you from PHP5?
  3. ‘clone’ for PHP4
  4. PHP Server API Differences
  5. PHP5 In Depth

This post has 26 responses so far

Sponsored Links