Heim > Artikel > Backend-Entwicklung > Installieren Sie unter Windows7 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
Installieren Sie 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
httpd-2.4.10-x86-r2.zip herunterladen |. php-5.6.4-Win32-VC11-x86.zip |php_yaf-2.3.3-5.6-ts-vc11-x86.zip
Adresse herunterladen :
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
Entpacken Sie httpd-2.4.10-x86- r2.zip Gehe zu d:/apache24
Extrahiere php-5.6.4-Win32-VC11-x86.zip Gehe zu d:/php56
Extrahiere php_yaf-2.3.3-5.6-ts-vc11-x86. zip Kopiere php_yaf.dll Gehe zu d:/php56/ext
Öffne d:/apache24/conf/httpd.conf
Ändere Zeile 38 Define SRVROOT...Modify to Define SRVROOT „D:/Apache24“
Letztes hinzufügen
# PHP5-Unterstützung
LoadModule php5_module "D:/php56/php5apache2_4.dll"
AddHandler application/x-httpd-php .php
# Konfigurieren Sie den Pfad zu php.ini
PHPIniDir " D:/php56/"
Öffnen Sie d:/php56/php.ini-development
Suchen Sie nach extension_dir = "ext"
Fügen Sie extension_dir = "D:/php56/ext" hinzu
Suchen Sie nach
extension=php_mysql.dll
extension=php_mysqli.dll
extension=php_mbstring.dll
Entfernen Sie das „;“ (Semikolon) vor
Fügen Sie die Erweiterung
hinzu am Ende =php_yaf.dll
php.ini-Entwicklung als php.ini speichern
Apache24-Betrieb
Installation
cmd.exe als Administrator öffnen
Gehe zu D:Apache24bin
Installieren: httpd -k install
Starten: httpd -k start
Stoppen:httpd -k stop
Neustart: httpd -k restart
Deinstallation: httpd -k uninstall
Das Obige stellt die Installation von 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) vor. Ich hoffe, dass es für Freunde, die sich für PHP-Tutorials interessieren, hilfreich sein wird.