apache配置 php中没有php5apache2_2.dll
程序员文章站
2022-04-23 13:30:48
...
今天,在win7系统下安装Apache+php+MySQL时,终于体会到了版本多也不一定是好事,各种不兼容,主要是因为动态包的多少问题。下面就说一下php配置Apache的问题:
没有apache的选项:
select the web server you wish to setup
iis fastcgi
other cgi
do not setup a web server
而thread safe版的安装过程中有apache 2.2.x module选项:
select the web server you wish to setup
apache 2.2.x module
apache cgi
iis fastcgi
iis cgi
nsapi
xitami
netserve web server
other cgi
do not setup a web server
-------------------------
所以应该下载的版本是 php 5.5 thread safe 去php官网下载,http://windows.php.net/download/
在给apache配置php的过程中,如果php安装目录里没有php5apache2_2.dll,一定是下载的版本不对。
php 5.5有好几个版本:
VC11 x86 Non Thread Safe
VC11 x64 Non Thread Safe
VC11 x86 Thread Safe
VC11 x64 Thread Safe
以上四个版本中,non thread safe版的php在安装过程中,没有apache的选项:
select the web server you wish to setup
iis fastcgi
other cgi
do not setup a web server
而thread safe版的安装过程中有apache 2.2.x module选项:
select the web server you wish to setup
apache 2.2.x module
apache cgi
iis fastcgi
iis cgi
nsapi
xitami
netserve web server
other cgi
do not setup a web server
-------------------------
所以应该下载的版本是 php 5.5 thread safe 去php官网下载,http://windows.php.net/download/
推荐阅读