jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/405219 )
Change subject: PHPVersionCheck: PHP 5.5.0 is no longer supported by upstream, but 5.6.0 is ...................................................................... PHPVersionCheck: PHP 5.5.0 is no longer supported by upstream, but 5.6.0 is Change-Id: I7031f0e909db8d63012f4057939292cb3b472cde --- M includes/PHPVersionCheck.php 1 file changed, 3 insertions(+), 3 deletions(-) Approvals: Reedy: Looks good to me, approved jenkins-bot: Verified diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index da428dd..a48d460 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -94,7 +94,7 @@ '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 @@ $longHtml = <<<HTML Please consider <a href="{$phpInfo['upgradeURL']}">upgrading your copy of {$phpInfo['implementation']}</a>. - {$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. </p> <p> If for some reason you are unable to upgrade your {$phpInfo['implementation']} version, - you will need to <a href="https://www.mediawiki.org/wiki/Download">download</a> an + you will need to <a href="https://www.mediawiki.org/wiki/Download">download</a> an older version of MediaWiki from our website. See our<a href="https://www.mediawiki.org/wiki/Compatibility#PHP">compatibility page</a> for details of which versions are compatible with prior versions of {$phpInfo['implementation']}. -- To view, visit https://gerrit.wikimedia.org/r/405219 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7031f0e909db8d63012f4057939292cb3b472cde Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Jforrester <jforres...@wikimedia.org> Gerrit-Reviewer: Jforrester <jforres...@wikimedia.org> Gerrit-Reviewer: Reedy <re...@wikimedia.org> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits