From b663b8eb00c80b47cf4847277b00c2f90ae4f2c4 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Mon, 21 Aug 2017 22:45:04 -0700 Subject: [PATCH] PHPVersionCheck: Use HTTPS download URL for downloading PHP Change-Id: Iaf8e012b91888233703577e2de4ec522f39428e7 --- includes/PHPVersionCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index cd5bf54998..e9e271ce49 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -98,7 +98,7 @@ class PHPVersionCheck { 'vendor' => 'the PHP Group', 'upstreamSupported' => '5.5.0', 'minSupported' => '5.5.9', - 'upgradeURL' => 'http://www.php.net/downloads.php', + 'upgradeURL' => 'https://secure.php.net/downloads.php', ); } -- 2.20.1