PHPVersionCheck: Use HTTPS download URL for downloading PHP
authorKunal Mehta <legoktm@member.fsf.org>
Tue, 22 Aug 2017 05:45:04 +0000 (22:45 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Tue, 22 Aug 2017 05:45:04 +0000 (22:45 -0700)
Change-Id: Iaf8e012b91888233703577e2de4ec522f39428e7

includes/PHPVersionCheck.php

index cd5bf54..e9e271c 100644 (file)
@@ -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',
                );
        }