Skip to content

Instantly share code, notes, and snippets.

@lzhoucs
Last active October 22, 2016 22:27
Show Gist options
  • Save lzhoucs/9423543 to your computer and use it in GitHub Desktop.
Save lzhoucs/9423543 to your computer and use it in GitHub Desktop.
PHP Apache Configuration on Windows 7
1. apache v2.4.7 :
note: http://httpd.apache.org/docs/current/platform/windows.html
download :
name : httpd-2.4.7-x64-vc11.zip
binary: http://www.apachehaus.com/cgi-bin/download.plx
config : ${InstallRoot}/readme_first.html
2. PHP v5.5.10 :
download : http://windows.php.net/download/
direct link : http://windows.php.net/downloads/releases/php-5.5.10-Win32-VC11-x64.zip
config :
php.ini : http://www.php.net/manual/en/install.windows.manual.php
apache integration : http://www.php.net/manual/en/install.windows.apache2.php
3. mysql : TO be added
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment