Legoktm has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/372925 )

Change subject: PHPVersionCheck: Use HTTPS download URL for downloading PHP
......................................................................

PHPVersionCheck: Use HTTPS download URL for downloading PHP

Change-Id: Iaf8e012b91888233703577e2de4ec522f39428e7
---
M includes/PHPVersionCheck.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/25/372925/1

diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php
index cd5bf54..e9e271c 100644
--- a/includes/PHPVersionCheck.php
+++ b/includes/PHPVersionCheck.php
@@ -98,7 +98,7 @@
                        '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',
                );
        }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/372925
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaf8e012b91888233703577e2de4ec522f39428e7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to