Add support for PHP 5.4

This commit is contained in:
Jonathan Rehm 2013-12-29 08:48:16 -07:00
parent ce527324bd
commit 5f7b9328f3

9
php54.json Normal file
View File

@ -0,0 +1,9 @@
{
"homepage": "http://windows.php.net",
"version": "5.4.23",
"license": "http://www.php.net/license/",
"url": "http://windows.php.net/downloads/releases/php-5.4.23-Win32-VC9-x86.zip",
"hash": "sha1:f5c082c66d2744ab4eeddef011e85983f1f64b1b",
"bin": "php.exe",
"post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\""
}