View Single Post
Old 02-03-2006, 05:17 AM   #6 (permalink)
DJMaze
Senior Contributor
 
DJMaze's Avatar
 
Join Date: Mar 2005
Posts: 742
DJMaze is on a distinguished road
you can use multiple versions of PHP at the same time.
The trick is to setup several extensions:

.php = php 4 dll (or any other you want as default)
.php3 = php 3 dll
.php4 = php 4 dll
.php5 = php 5 dll

Or even something like
.php50 = php 5.0.5 dll
.php51 = php 5.1.1 dll

Read the documentation carefully how to set this up
DJMaze is offline   Reply With Quote