Do we have to do this? Many online posts are the same, others said to, he also said to. In fact, every time the system is re-installed, such a copy, toss it again, too hard. Used apmserv this idiot-style installation package of friends may find that this thing, after the first installation, after the reinstallation of the system will not reinstall, as long as the main program to run, you can run Wamp, do not have to toss over.
Some people may think that it copied Libmysql.dll to the C:\Windows directory, not really, do not believe to find. Since Apmserv can do so, then we can also do, compared to the Apmserv and we installed Wamp, find the secret in Apache httpd.conf configuration file. When PHP is loaded in httpd.conf, everyone knows to add this sentence:
LoadModule Php5_module E:\server\php528\php5apache2_2.dll may have some friends know that after adding this sentence, you do not have to copy the php.ini to the system directory:
Phpinidir E:\server\php528\php.ini
Now I say do not have to copy Libmysql.dll to the system directory method, is to load php5_module before, add this sentence:
LoadFile "E:\server\php528\libmysql.dll"
http://www.bkjia.com/PHPjc/321508.html www.bkjia.com true http://www.bkjia.com/PHPjc/321508.html techarticle Do we have to do this? Many online posts are the same, others said to, he also said to. In fact, every time the system is re-installed, such a copy, toss it again, too hard ...