Apache does not include php5apache2_2.dll in php configuration. today, when installing Apache + php + MySQL in Windows 7, I finally realized that many versions are not necessarily good, this is mainly because of the number of dynamic packages. The following describes how to configure Apache in php:
When configuring php for apache, if php5apache2_2.dll is not found in the php installation directory, the downloaded version must be incorrect.
Php 5.5 has several versions:
Among the four versions of VC11 x86 Non Thread Safe VC11 x64 Non Thread Safe VC11 x86 Thread Safe VC11 x64 Thread Safe and above, the non-thread safe version of php is being installed,
There is no apache option:
Select the web server you wish to setup
Iis fastcgi
Other cgi
Do not setup a web server
The installation of thread safe version includes the apache 2.2.x module option:
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
-------------------------
So the version that should be downloaded is php 5.5 thread safe go to php official website download, http://windows.php.net/download/