WINDOW7 installation Apache24 (HTTPD-2.4.10-X86-R2) plus php5.6 (php-5.6.4-win32-vc11-x86) plus YAF (php_yaf-2.3.3-5.6-ts-vc11-x86) integration
Download httpd-2.4.10-x86-r2.zip| Php-5.6.4-win32-vc11-x86.zip |php_yaf-2.3.3-5.6-ts-vc11-x86.zip
Download Address:
Httpd-2.4.10-x86-r2.zip Http://pan.baidu.com/s/1ntDmIoD
Php-5.6.4-win32-vc11-x86.zip http://pan.baidu.com/s/1sj4XbR3
Php_yaf-2.3.3-5.6-ts-vc11-x86.zip http://pan.baidu.com/s/1qW7GT9i
Unzip Httpd-2.4.10-x86-r2.zip to D:/apache24
Unzip Php-5.6.4-win32-vc11-x86.zip to D:/php56
Unzip Php_yaf-2.3.3-5.6-ts-vc11-x86.zip copy Php_yaf.dll to D:/php56/ext
Open d:/apache24/conf/httpd.conf
Modify 38 lines Define Srvroot ... Modified to Define srvroot "D:/apache24"
Last Added
# PHP5 Support
LoadModule php5_module "D:/php56/php5apache2_4.dll"
AddHandler application/x-httpd-php. php
# Configure the path to PHP.ini
Phpinidir "d:/php56/"
Open D:/php56/php.ini-development
Find Extension_dir = "ext"
Add extension_dir = "D:/php56/ext" below this line
Find
Extension=php_mysql.dll
Extension=php_mysqli.dll
Extension=php_mbstring.dll
Front ";" (semicolon) Remove
Add at a later
Extension=php_yaf.dll
Save Php.ini-development as PHP.ini
Operation of the Apache24
Installation
Open Cmd.exe as an administrator
To D:\Apache24\bin
Installation: Httpd-k Install
Start: Httpd-k start
Stop: Httpd-k stop
Restart: httpd-k restart
Uninstall: Httpd-k Uninstall
The above describes the installation of Window7 Apache24 (HTTPD-2.4.10-X86-R2) plus php5.6 (php-5.6.4-win32-vc11-x86) plus YAF (php_ yaf-2.3.3-5.6-ts-vc11-x86) integration, including aspects of the content, want to be interested in PHP tutorial friends helpful.