| Setup PHP4 and 5 on the same
IIS6 server in CGI mode |
|
|
Download the latest PHP4 and 5 Windows Binaries in zip package
 |
|
Extract the zip package and put each package into their own separate
directory

|
|
Open Internet Information Services Manager
 |
|
Go to Web Service Extension
 |
|
|
|
Add New Web Service Extension
 |
|
Type in .php for the new web service extension
 |
|
Set extension status to Allowed
 |
|
|
|
Click Add to locate the .exe files to run PHP 4 and 5 in CGI mode
 |
|
Add php.exe for PHP4 (it
should be at the location where you extract the php4 zip package for
example: c:\php4)
 |
|
Add php-cgi.exe for PHP5 (it
should be at the location where you extract the php5 zip package for
example: c:\php5) Note: PHP5 use
php-cgi.exe. Do Not use php.exe!
 |
|
You should have both php.exe (PHP4) and php-cgi.exe(PHP5) before finish up
the Web Service extension setup
 |
|
|