such as the title, in the process of working directly download wampserver This integration environment, manually set up once did not do, the company's examination has this problem, I did not build a success within the stipulated time.
1. Problems and Causes
What is the reason, in the configuration of Apache, need to Apache published to the service, and then start, in the cmd input F:\apache24\bin\httpd-k stall, the hint can not find 140.dll, because the need to install VC + + 2005, I found and installed on the official website, and then prompted me, dynamic link library xxxxxx find 140.dll, in Baidu incredibly no answer, find the big god Friend a ask, just know ("incompatible"), to here I noticed that, apache2.4 is free installation version, while downloading is php5.5,mysql5.6, installed Vc11, and later installed vc++2015, dynamic library, how is incompatible, this is in the Baidu Experience said PHP environment, how can so deceptive.
2. Re-download the Apache problem, and the workaround
For this I can only download a new installation version of apache2.2, and then start the service, access to 127.0.0.1:80,(while installing Wampserver's small partners, note the port number) PHP is the php5.4.6 version, in the configuration of Apache, you need to configure a f:php/php5.4.6/phpapache5.5.dll, This DLL file in 5.4.6 version is not, so can only download 5.4.31 this version, and then need to be aware of the time to add AddType xxxxxx PHP, let the page parse PHP code, need to note (the last PHP front has a space), and then in apache2.2/htdocs file, create a new PHP file <?php echo "Hello word"?, successfully output Hello Word this proves that you apache2.2+php5.4.31 the configuration successfully.
3. Configure MySQL
The first download is the free installation version, configuration is simple, but the CMD black interface is not flattering, it is recommended to install Navcat for MYSQL10, configure the Mysql.ini file, very simple is not here to say.
Both are configured successfully after restarting Apache.
Summary: For manual configuration is not as easy as wampserver, but the time is long, we have forgotten how to manually build PHP operating environment, I hope this article can help people who need help.
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Manually Configuring APACH+PHP+MYSQL-----Incompatible Solutions