Win7 下 IIS7 配置 PHP5 (Isapi + FastCgi)

在 Windows 7 IIS7 平台下配置 PHP 有两种方式,一种是 ISAPI 的方式,另一种是 FastCGI 方式。配置时有一点需要注意是在 php5.3 之后就不再支持 ISAPI 这种方式了,只能通过 FastCGI 的方式进行配置。         准备工作         首先下载一个 php5.3 之前的版本和一个 php5.3 之后的版本,例如 php5.2.17(注意下载 
相关文章
相关标签/搜索