From 60a172aaeab5cab2c1929dfe8bb34d09360673af Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Thu, 14 Feb 2019 11:29:48 -0800 Subject: [PATCH] Update required PHP version to 7.0.13 Bug: T209423 Change-Id: I66e563adb062bc132a1092d78bfd06e2210f382e --- RELEASE-NOTES-1.33 | 4 ++-- includes/PHPVersionCheck.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index 759f18053e..7f519f9d3a 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -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, diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index 8406bfbfb5..cbe63a33d4 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -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', ); } -- 2.20.1