From 5f7b9328f3c8b88e77328c9fccdc3936bed7d01e 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 --- php54.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 php54.json diff --git a/php54.json b/php54.json new file mode 100644 index 0000000000..48c6695122 --- /dev/null +++ b/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\"" +}