Heim >Backend-Entwicklung >PHP-Tutorial >apache配置 php中没有php5apache2_2.dll

apache配置 php中没有php5apache2_2.dll

WBOY
WBOYOriginal
2016-06-23 13:55:28952Durchsuche

今天,在win7系统下安装Apache+php+MySQL时,终于体会到了版本多也不一定是好事,各种不兼容,主要是因为动态包的多少问题。下面就说一下php配置Apache的问题:


在给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/
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn