From 88c2d69023abb10c79c1944266bdede7476809c7 Mon Sep 17 00:00:00 2001 From: Jonathan Rehm Date: Sun, 22 Dec 2013 17:20:01 -0700 Subject: [PATCH] Update php.json Update to the latest version of PHP, 5.5.7. --- php.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/php.json b/php.json index cb3ea12edb..d4e5cefc76 100644 --- a/php.json +++ b/php.json @@ -1,9 +1,9 @@ { "homepage": "http://windows.php.net", - "version": "5.5.5", + "version": "5.5.7", "license": "http://www.php.net/license/", - "url": "http://windows.php.net/downloads/releases/php-5.5.5-Win32-VC11-x86.zip", - "hash": "sha1:3b2d3901d66cb5b433cb6d7545aa22cc928b9a77", + "url": "http://windows.php.net/downloads/releases/php-5.5.7-Win32-VC11-x86.zip", + "hash": "sha1:2357823851cdd4ffaa4b8506c177df924c2ac41f", "bin": "php.exe", "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"" -} \ No newline at end of file +}