From 73fe3bda08da048aa45c9e93a41e5f7f6c490d77 Mon Sep 17 00:00:00 2001 From: Manu Clementz Date: Tue, 1 Jul 2014 22:57:04 +0200 Subject: [PATCH] Bump PHP version to 5.5.14 --- php.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/php.json b/php.json index 48e81f8a49..eee8be2d45 100644 --- a/php.json +++ b/php.json @@ -1,9 +1,9 @@ { "homepage": "http://windows.php.net", - "version": "5.5.13", + "version": "5.5.14", "license": "http://www.php.net/license/", - "url": "http://windows.php.net/downloads/releases/php-5.5.13-Win32-VC11-x86.zip", - "hash": "sha1:67d90888d7ae37029452d9b2e1135d9e3a087bd3", + "url": "http://windows.php.net/downloads/releases/php-5.5.14-Win32-VC11-x86.zip", + "hash": "sha1:f974747a64fdaa0b50a4a8c4458580e52b55435f", "bin": "php.exe", "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"" }