From bafd8b081295844f74086a82906b240935a59f1b Mon Sep 17 00:00:00 2001 From: Belisar Hoxholli Date: Thu, 3 Dec 2015 21:45:42 +0100 Subject: [PATCH] Move to bucket to php56.json Create new bucket for PHP 5.6 at current stable version PHP 5.6.16 to upgrade PHP main bucket to PHP 7.0.0 --- php56.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 php56.json diff --git a/php56.json b/php56.json new file mode 100644 index 0000000000..0932701e6f --- /dev/null +++ b/php56.json @@ -0,0 +1,21 @@ +{ + "homepage": "http://windows.php.net", + "version": "5.6.16", + "license": "http://www.php.net/license/", + "architecture": { + "64bit": { + "url": "http://windows.php.net/downloads/releases/php-5.6.16-Win32-VC11-x64.zip", + "hash": "sha1:d9151cdafe6c3e95401d4294da2db94d7dcd28ed" + }, + "32bit": { + "url": "http://windows.php.net/downloads/releases/php-5.6.16-Win32-VC11-x86.zip", + "hash": "sha1:3034759a5ffe15eae6c3ef0434f0dc5d279a8c51" + } + }, + "bin": "php.exe", + "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"", + "checkver": { + "url": "http://windows.php.net/download/", + "re": "

.*?\\(([0-9\\.]+)\\)

" + } +}