How to Install Apache 2.4 + PHP 5.6 + MYSQL on Windows
Update 12/27/2018: Follow the updated instruction to setup your environment with the latest version of Apache, PHP, MySQL.
Step 1: Install Apache 2.4
- Download Apache 2.4.10 Win32 (httpd-2.4.10-win32-VC11.zip)
- Install Apache as a service: run command
bin>httpd.exe -k install
- Open browser and type “localhost” to see if it works.
Step 2: Install PHP 5.6
[Continue Reading…]