From 155aeba08455789aee550a5116537be5f4b77dbd Mon Sep 17 00:00:00 2001 From: Jonathan Rehm Date: Sat, 11 Jan 2014 08:05:06 -0700 Subject: [PATCH] PHP 5.5.8 --- bucket/php.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/php.json b/bucket/php.json index d4e5cefc..5a4d46fa 100644 --- a/bucket/php.json +++ b/bucket/php.json @@ -1,9 +1,9 @@ { "homepage": "http://windows.php.net", - "version": "5.5.7", + "version": "5.5.8", "license": "http://www.php.net/license/", - "url": "http://windows.php.net/downloads/releases/php-5.5.7-Win32-VC11-x86.zip", - "hash": "sha1:2357823851cdd4ffaa4b8506c177df924c2ac41f", + "url": "http://windows.php.net/downloads/releases/php-5.5.8-Win32-VC11-x86.zip", + "hash": "sha1:67d7259ade48f8aaea855469e2f811ca881c7d7d", "bin": "php.exe", "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"" }