Official Download Address:
MySQL http://www.mysql.com/downloads/mysql/find an MSI file down. Apache http://httpd.apache.org/download.cgi
PHP http://windows.php.net/download/
First of all, MySQL, (here is a slot for MySQL acquired by Oracle)
One step down, no more configuration
And then install Apache,
is also one step down
Install PHP (I'm lazy I'm proud to find that installer file on the PHP download page ...) The slot may not be the latest Version = =~)
Download page
Installation Note
Others to keep in mind:
In fact, the above is all about the wrangling, the following is what I want to remember
1.PHP and IIS combined attention
Edit this value in IIS Manager
2.PHP and Apache combined, Apache config file changes
Add in C:\Program files\apache Software foundation\apache2.2\conf\httpd.conf
Copy Code code as follows:
Phpinidir "D:\Program files\php\"
LoadModule php5_module "D:\Program files\php\php5apache2_2.dll"
3.Apache config to workspace (easy for Eclipse debugging)
In C:\Program files\apache Software foundation\apache2.2\conf\httpd.conf Modified
Copy Code code as follows:
DocumentRoot "D:\workspaces"
......
<directory "D:\workspaces" >
4. Set the default encoding for PHP
Add modified to C:\Program Files\php\php.ini
Default_charset = "gb2312"
If you feel the configuration is troublesome, you can use Phpnow or APMSEVR to quickly build the PHP running environment