From 1172451bf06a1247486fa4af7086dd60e8b0e7e6 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Fri, 4 Dec 2015 11:45:03 +1000 Subject: [PATCH] php 7.0 (fix 32-bit hash) --- php.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.json b/php.json index 2de77aa4be..3bed58c0b4 100644 --- a/php.json +++ b/php.json @@ -9,7 +9,7 @@ }, "32bit": { "url": "http://windows.php.net/downloads/releases/php-7.0.0-Win32-VC14-x86.zip", - "hash": "sha1:c37a1ce5883c39278eefda624e4bd3821f1af24c" + "hash": "sha1:1fef2a4893f448c4597db27326eef6db2b38331c" } }, "bin": "php.exe",