: This article describes how to configure the php runtime environment in Win7. if you are interested in the PHP Tutorial, refer to it. The company needs to run php under a Windows 7 7 system. because it has not been configured with a development environment under windows for a long time, it has taken a detour and recorded it.
Operating system: Win7_x64
Apache version: httpd-2.4.18-win64-VC11.zip
: Http://www.apachelounge.com/download/VC11/binaries/httpd-2.4.18-win64-VC11.zip
PHP version: PHP 5.6 (5.6.19) VC11 x64 Thread Safe
: Http://windows.php.net/downloads/releases/php-5.6.19-Win32-VC11-x64.zip
(Due to blind eyes, the 32-bit php is down, and then Apache cannot get up and there is no error log, resulting in a long time !)
VC ++ Runtime Library: Visual C ++ Redistributable for Visual Studio 2012
: Https://www.microsoft.com/en-us/download/details.aspx? Id = 30679
Add the following two lines to httpd. conf.
LoadModule php5_module "d:/data/apps/php5.6.19/php5apache2_2.dll"
PHPIniDir "d:/data/apps/php5.6.19"
'). AddClass ('pre-numbering '). hide (); $ (this ). addClass ('Has-numbering '). parent (). append ($ numbering); for (I = 1; I <= lines; I ++) {$ numbering. append ($ ('
'). Text (I) ;}; $ numbering. fadeIn (1700) ;}) ;}; script
The above describes how to configure the php runtime environment under Win7, including some content, and hope to help those who are interested in the PHP Tutorial.