Skip to content

Instantly share code, notes, and snippets.

@albertpark
Last active May 14, 2020 01:37
Show Gist options
  • Save albertpark/6fa9a2a712927fe6e58e12baf9fbd357 to your computer and use it in GitHub Desktop.
Save albertpark/6fa9a2a712927fe6e58e12baf9fbd357 to your computer and use it in GitHub Desktop.

Manually installing PHP 5.4 for WampServer

This thread is a bit old but I'll give the procedure here, as it match to the original question.

I'll take PHP 5.4.13 for my example (currently the most recent 5.4 version)

Download binaries on php.net Extract all files in a new folder : C:/wamp/bin/php/php5.4.13/ Copy the wampserver.conf from another php folder (like php/php5.2.8/) to the new folder Rename php.ini-development file to phpForApache.ini Done ! Restart WampServer (>Right Mouseclick on trayicon >Exit) note: if you are adding php version 5.6, you need to copy php5apache2_4.dll from other php folder, too, otherwise the wamp server won't start.

https://superuser.com/a/569472

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment