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)
committerJames D. Forrester <jforrester@wikimedia.org>
Thu, 14 Feb 2019 19:29:48 +0000 (11:29 -0800)
Bug: T209423
Change-Id: I66e563adb062bc132a1092d78bfd06e2210f382e

RELEASE-NOTES-1.33
includes/PHPVersionCheck.php

index 759f180..7f519f9 100644 (file)
@@ -297,8 +297,8 @@ because of Phabricator reports.
   in it.
 
 == Compatibility ==
-MediaWiki 1.33 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.33 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.
 
 MySQL/MariaDB is the recommended DBMS. PostgreSQL or SQLite can also be used,
index 8406bfb..cbe63a3 100644 (file)
@@ -110,7 +110,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',
                );
        }