No more trouble configuring PHP on IIS — it works on both x86 and x64 systems. Its uses:
- Associate PHP with IIS.
- Run multiple PHP versions side by side on the same server, even on the same website.
- Inspect the PHP runtime configuration and environment (output of the phpinfo() function).
- Configure various PHP settings.
- Enable or disable PHP extensions.
- Remotely manage the php.ini PHP configuration file.
Download links: 32-bit: PHPManagerForIIS-1.2.0-x86.msi 64-bit: PHPManagerForIIS-1.2.0-x64.msi PHP download: PHP
After downloading, install with the default next-next-next steps. Once installed, an icon named PHP Manager appears in IIS.
[caption id="" align=“aligncenter” width=“987”]
PHPManagerForIIS[/caption]
Then download PHP for Windows and configure php.ini, setting the timezone to Shanghai. For any module you need, just remove the semicolon. Then go to PHP Manager in IIS and point it to your php-cgi.exe; PHP Manager handles the rest, so you don’t have to do anything else — your IIS can now run PHP perfectly.


