From 11990a1da20b6462eba5eb56fbdd674328b92544 Mon Sep 17 00:00:00 2001 From: sakai135 Date: Sat, 19 Apr 2014 00:07:51 -0400 Subject: [PATCH] update PHP to 5.5.11 --- php.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/php.json b/php.json index 361d57b74c..023e706bce 100644 --- a/php.json +++ b/php.json @@ -1,9 +1,9 @@ { "homepage": "http://windows.php.net", - "version": "5.5.10", + "version": "5.5.11", "license": "http://www.php.net/license/", - "url": "http://windows.php.net/downloads/releases/php-5.5.10-Win32-VC11-x86.zip", - "hash": "sha1:b891871d4aba8e0a88e8847fce05655783b5cd92", + "url": "http://windows.php.net/downloads/releases/php-5.5.11-Win32-VC11-x86.zip", + "hash": "sha1:057f5d3ff5ed9c342c9bd3f7c836bd4e44e3d75b", "bin": "php.exe", "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"" }