Webmatrix预装PHP

时间:2011-06-13 10:12:26

标签: php webmatrix iis-express

我已经安装了PHP 5.3.6,有没有办法指导WebMatrix使用已安装的PHP?

由于

1 个答案:

答案 0 :(得分:2)

WebMatrix使用IIS Express网络服务器(IIS Express随WebMatrix一起安装),您需要配置IIS Express以使用已安装的PHP。从IIS Express安装文件夹(%programfiles%\ IIS Express)运行以下两个命令,然后重新启动WebMatrix。

  1. appcmd.exe set config /section:system.webServer/fastCGI /+[fullPath='c:{php_installation-folder}\php-cgi.exe']

  2. appcmd.exe set config /section:system.webServer/handlers /+[name='PHP_via_FastCGI',path='.php',verb='<',modules=' FastCgiModule',scriptProcessor ='c:{php_installation-folder} \ php-cgi.exe',resourceType ='Unspecified']