From a63343b593713bc6b18bc1f53b87e2d64ffe846a Mon Sep 17 00:00:00 2001 From: Matthew Harmon Date: Thu, 17 Dec 2015 12:08:26 -0600 Subject: [PATCH] Update php.json for updated PHP 7 link. I was getting a 404 for the 7.0.0 and found out the download repo is 7.0.1. Link of downloads: http://windows.php.net/downloads/releases/ --- php.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php.json b/php.json index 3bed58c0b4..03931d81e5 100644 --- a/php.json +++ b/php.json @@ -4,11 +4,11 @@ "license": "http://www.php.net/license/", "architecture": { "64bit": { - "url": "http://windows.php.net/downloads/releases/php-7.0.0-Win32-VC14-x64.zip", + "url": "http://windows.php.net/downloads/releases/php-7.0.1-Win32-VC14-x64.zip", "hash": "sha1:651a0aad1522ea8c6568f3153f0a4de742d880be" }, "32bit": { - "url": "http://windows.php.net/downloads/releases/php-7.0.0-Win32-VC14-x86.zip", + "url": "http://windows.php.net/downloads/releases/php-7.0.1-Win32-VC14-x86.zip", "hash": "sha1:1fef2a4893f448c4597db27326eef6db2b38331c" } },