X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2FPHPVersionCheck.php;h=2d9216dfaa0a2f2f8087559aaf0faa7c49be38d0;hb=7621b57d958d0753236221227cbfb519d7faf192;hp=01d5f9dac33b70dacb4221e73fddaf0e16a3a1a3;hpb=6c7c8ff8dc746422f901a972ecfd1bda4787cd77;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index 01d5f9dac3..2d9216dfaa 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -36,7 +36,7 @@ */ class PHPVersionCheck { /* @var string The number of the MediaWiki version used. */ - var $mwVersion = '1.33'; + var $mwVersion = '1.34'; /* @var array A mapping of PHP functions to PHP extensions. */ var $functionsExtensionsMapping = array( @@ -112,7 +112,7 @@ class PHPVersionCheck { 'vendor' => 'the PHP Group', 'upstreamSupported' => '5.6.0', 'minSupported' => '7.0.13', - 'upgradeURL' => 'https://secure.php.net/downloads.php', + 'upgradeURL' => 'https://www.php.net/downloads.php', ); } @@ -206,7 +206,7 @@ HTML; $missingExtText = ''; $missingExtHtml = ''; - $baseUrl = 'https://secure.php.net'; + $baseUrl = 'https://www.php.net'; foreach ( $missingExtensions as $ext ) { $missingExtText .= " * $ext <$baseUrl/$ext>\n"; $missingExtHtml .= "
  • $ext "