From b8bf08f2fa144cfeeda007c804cca0b8a8fde253 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Fri, 13 Sep 2013 10:42:04 +1000 Subject: [PATCH] PHP 5.5.3 (use thread-safe x86 to ensure it works with apache) --- php.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php.json b/php.json index 453c5ae066..b7107dcf95 100644 --- a/php.json +++ b/php.json @@ -2,8 +2,8 @@ "homepage": "http://windows.php.net", "version": "5.5.3", "license": "http://www.php.net/license/", - "url": "http://windows.php.net/downloads/releases/php-5.5.3-nts-Win32-VC11-x86.zip", - "hash": "sha1:9403aefdc9d56db7a875a5ca877150c59d97ebd6", + "url": "http://windows.php.net/downloads/releases/php-5.5.3-Win32-VC11-x86.zip", + "hash": "sha1:fab0d4e63bdc73350359e776f3ab1c3aeef790e6", "bin": "php.exe", "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"" } \ No newline at end of file