Apache configuration PHP does not have Php5apache2_4.dll
Today, in the Win7 system installed Apache+php+mysql, finally realized that the version is not necessarily a good thing, a variety of incompatible, mainly because of the number of dynamic package problems. The following is a question about PHP configuration Apache:
In the process of configuring PHP for Apache, if there is no php5apache2_4.dll in the PHP installation directory, it must be the wrong version of the download.
PHP 5.5 has several versions:
VC11 x86 Non Thread Safe
VC11 x64 Non Thread Safe
VC11 x86 Thread Safe
VC11 x64 thread safe above four versions, non thread safe version of PHP during the installation process, there is no Apache option: Select the Web server you wish to setup IIS FASTCG I other CGI does not setup a Web server
While the thread safe version of the installation process has the Apache 2.4.x Module option: Select the Web server wish to setup Apache 2.4.x module Apache CGI IIS FAs tcgi IIS CGI NSAPI xitami netserve Web server Other CGI does not setup a Web server-------------------------so you should download the Version is PHP 5.5 thread safe to the PHP website to download, http://windows.php.net/download/
Apache configuration PHP does not have Php5apache2_4.dll