You should be able to do that with PHP4 and PHP5. However, most people don't wnat to have to use "php5" and "php4" as file extensions but rather want to be able to say, "everything on blah.com use php5 and everything on foo.org use php4"... or even to specify differeing versions within a single host (on a per-directory basis) You can easily accomplish this by using PHP4 as a module and PHP5 as CGI (and i'm sure other ways as well, but ive only personally done it this way) It makes it very easy to selectively downgrade (or upgrade) depending on your needs without having to jump through file-naming hoops or proxy ports, etc... On 5/19/06, John Hicks <johnlist@xxxxxxxxxxxxxx> wrote:
Just a quick sanity check from a php4 user who's thinking of trying php5: With PHP3 and PHP4 (I thought) you could install both Apache modules and invoke them on a page by page basis based on the extension you assign them in Apache ( .php v. .php4 for example). Are you all saying you can't do that with PHP4 and PHP5? Why not? Thanks, ---J Richard Lynch wrote: > With Apache, find Rasmus' post regarding "Proxy PHP4 PHP5" in the > archives of this very list. > > You're on your own with IIS. > > On Fri, May 19, 2006 11:07 am, Phillip S. Baker wrote: >> Greetings Gents, >> >> I am interested in running two versions of of PHP. >> I want to see if I can get my boss to buy into migrating to PHP 5. >> >> I want to set it up locally. >> >> Locally I am running apache on a windows XP box with PHP 4. >> >> I would like I would like to be able to set up PHP 5 as well on the >> server and have some folders/virtual hosts set up in php 4 and others >> in >> php 5? >> >> Is this possible? >> How would I go about doing it? >> >> Thanks >> >> Phillip >> >> -- >> PHP General Mailing List (http://www.php.net/) >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
-- Scott Hurring [scott dot hurring dot lists at gmail dot com] http://hurring.com/