From ce945fafa3e6e4285faf7dd0ade2243845e056fa Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Thu, 18 Jan 2018 15:50:41 -0800 Subject: [PATCH] PHPVersionCheck: PHP 5.5.0 is no longer supported by upstream, but 5.6.0 is Change-Id: I7031f0e909db8d63012f4057939292cb3b472cde --- includes/PHPVersionCheck.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index da428dde39..a48d46016c 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -94,7 +94,7 @@ class PHPVersionCheck { 'implementation' => 'PHP', 'version' => PHP_VERSION, 'vendor' => 'the PHP Group', - 'upstreamSupported' => '5.5.0', + 'upstreamSupported' => '5.6.0', 'minSupported' => '5.5.9', 'upgradeURL' => 'https://secure.php.net/downloads.php', ); @@ -128,13 +128,13 @@ class PHPVersionCheck { $longHtml = <<upgrading your copy of {$phpInfo['implementation']}. - {$phpInfo['implementation']} versions less than {$phpInfo['upstreamSupported']} are no + {$phpInfo['implementation']} versions less than {$phpInfo['upstreamSupported']} are no longer supported by {$phpInfo['vendor']} and will not receive security or bugfix updates.

If for some reason you are unable to upgrade your {$phpInfo['implementation']} version, - you will need to download an + you will need to download an older version of MediaWiki from our website. See ourcompatibility page for details of which versions are compatible with prior versions of {$phpInfo['implementation']}. -- 2.20.1