Warn if stateful ParserOutput transforms are used
[lhc/web/wiklou.git] / includes / PHPVersionCheck.php
index cd5bf54..a862903 100644 (file)
@@ -29,7 +29,7 @@
  */
 class PHPVersionCheck {
        /* @var string The number of the MediaWiki version used */
-       var $mwVersion = '1.30';
+       var $mwVersion = '1.31';
        var $functionsExtensionsMapping = array(
                'mb_substr'   => 'mbstring',
                'utf8_encode' => 'xml',
@@ -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',
                );
        }