Http://windows.php.net/download#php-5.6-ts-VC11-x64
Http://www.apachehaus.com/cgi-bin/download.plx
Download Php-5.6.11-win32-vc11-x64.zip unzip to d:/php
Copy the Php.ini-development file in the directory and rename it to php.ini. He is a PHP configuration file
Httpd-2.4.16-x64.zip Decompression Package D:/apche24
Open the httpd.conf file under D:\Apache24\conf, and open the edit with Notepad to make the following changes and save.
Find the root directory for "DocumentRoot"//Website
DocumentRoot "F:\wwwRoot\"
<directory "F:\wwwRoot\" >
Add PHP support for Apache services
# PHP5 Support loadmodulephp5_module D:/php/php5apache2_4. dlladdtypeapplication/x-httpd-php. php. html. htm # Configure Thepath to PHP.ini "d:/phpenv/php"
Launch Apache
Start---Run, enter cmd, and open a command prompt. Enter the following commands separately (return per line)
----k install-K uninstall-n "ServiceName" Uninstall this service
Of course, you can also start Apache by D:\Apache24\bin the ApacheMonitor.exe below.
Windows 7 64bit Installation Apche PHP