Update required PHP version to 7.0.13
authorJames D. Forrester <jforrester@wikimedia.org>
Thu, 14 Feb 2019 19:29:48 +0000 (11:29 -0800)
committerUmherirrender <umherirrender_de.wp@web.de>
Sun, 17 Feb 2019 18:18:37 +0000 (18:18 +0000)
Bug: T209423
Change-Id: I66e563adb062bc132a1092d78bfd06e2210f382e

RELEASE-NOTES-1.31
includes/PHPVersionCheck.php

index 8453d90..ff50256 100644 (file)
@@ -516,8 +516,8 @@ changes to languages because of Phabricator reports.
   table cells will not have this trimming behavior.
 
 == Compatibility ==
-MediaWiki 1.31 requires PHP 7.0.0 or later. Although HHVM 3.18.5 or later is
-supported, it is generally advised to use PHP 7.0.0 or later for long term
+MediaWiki 1.31 requires PHP 7.0.13 or later. Although HHVM 3.18.5 or later is
+supported, it is generally advised to use PHP 7.0.13 or later for long term
 support. MediaWiki requires that the mbstring, xml, ctype, json, iconv and
 fileinfo PHP extensions are loaded to work.
 
index 187ec79..609b75b 100644 (file)
@@ -94,7 +94,7 @@ class PHPVersionCheck {
                        'version' => PHP_VERSION,
                        'vendor' => 'the PHP Group',
                        'upstreamSupported' => '5.6.0',
-                       'minSupported' => '7.0.0',
+                       'minSupported' => '7.0.13',
                        'upgradeURL' => 'https://secure.php.net/downloads.php',
                );
        }