- Download php-7.0.12-Win32-VC14-x64.zip
- Unzip to a path and add it to
PATH
env variable. - Download and install Visual C++ Redistributable for Visual Studio 2015
- In command line, verify by entering
php --version
Last active
October 22, 2016 22:27
-
-
Save lzhoucs/9423543 to your computer and use it in GitHub Desktop.
PHP Apache Configuration on Windows 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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