| 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 |