There is no "php5apache2_4.dll" because the downloaded version of PHP is incorrect. The solution is to go to the official website and download the "php 5.5 thread safe" version of PHP.
Recommended: "PHP Video Tutorial"
There is no php5apache2_4.dll## in the apache configuration php
#Today, when installing Apache PHP MySQL under the win7 system, I finally realized that having more versions is not necessarily a good thing. There are various incompatibilities, mainly because of the number of dynamic packages. Let’s talk about the problem of php configuring Apache: During the process of configuring php for apache, if there is no php5apache2_4.dll in the php installation directory, the downloaded version must be wrong. php 5.5 has several versions: VC11 x86 Non Thread SafeVC11 x64 Non Thread SafeVC11 x86 Thread SafeVC11 x64 Thread Safe Among the above four versions, the non thread safe version of php has no apache option during the installation process: select the web server you wish to setup iis fastcgi other cgi do not setup a web serverThe installation process of thread safe version has apache 2.4.x module option: select the web server you wish to setup apache 2.4.x module apache cgi iis fastcgi iis cgi nsapi xitami netserve web server other cgi do not setup a web server ------------------------- So the version you should download is php 5.5 thread safe. Go to the php official website to download, http://windows .php.net/download/The above is the detailed content of What to do if there is no php5apache2_4.dll. For more information, please follow other related articles on the PHP Chinese website!