From d084028aee87b52a66a91d00df35914cf9480b73 Mon Sep 17 00:00:00 2001 From: Jonathan Rehm Date: Sun, 29 Dec 2013 08:48:16 -0700 Subject: [PATCH] Add support for PHP 5.4 --- bucket/php54.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bucket/php54.json diff --git a/bucket/php54.json b/bucket/php54.json new file mode 100644 index 000000000..48c669512 --- /dev/null +++ b/bucket/php54.json @@ -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\"" +}