From 430e3ae83ce07ac7928244e686db9a0dd3ef17ce Mon Sep 17 00:00:00 2001 From: Jonathan Rehm Date: Sun, 29 Dec 2013 08:54:16 -0700 Subject: [PATCH] Add support for PHP 5.3 --- php53.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 php53.json diff --git a/php53.json b/php53.json new file mode 100644 index 0000000000..e2da9b36c0 --- /dev/null +++ b/php53.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.3.28-Win32-VC9-x86.zip", + "hash": "sha1:fa7e8f6e8bff442e0e0b1889f52e0c3b93a84b2b", + "bin": "php.exe", + "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"" +}