From 99c2be9f50a91e56eed8710947420c2d7fea97fb Mon Sep 17 00:00:00 2001 From: Reedy Date: Sat, 30 Dec 2017 02:58:03 +0000 Subject: [PATCH] Bump min supported HHVM version to 3.18.5 Change-Id: I0a22c638bf6bbd6c8b93e50c23f8e455e36acd7c --- RELEASE-NOTES-1.31 | 4 ++-- includes/PHPVersionCheck.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASE-NOTES-1.31 b/RELEASE-NOTES-1.31 index a496b02da9..c9dc2348fc 100644 --- a/RELEASE-NOTES-1.31 +++ b/RELEASE-NOTES-1.31 @@ -161,8 +161,8 @@ changes to languages because of Phabricator reports. has been deprecated since 1.27 and was removed as well. == Compatibility == -MediaWiki 1.31 requires PHP 5.5.9 or later. There is experimental support for -HHVM 3.6.5 or later. +MediaWiki 1.31 requires PHP 5.5.9 or later. Although HHVM 3.18.5 or later is supported, +it is generally advised to use PHP 5.5.9 or later for long term support. MySQL/MariaDB is the recommended DBMS. PostgreSQL or SQLite can also be used, but support for them is somewhat less mature. There is experimental support for diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index a862903d52..69bd24fd30 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -87,8 +87,8 @@ class PHPVersionCheck { 'implementation' => 'HHVM', 'version' => defined( 'HHVM_VERSION' ) ? HHVM_VERSION : 'undefined', 'vendor' => 'Facebook', - 'upstreamSupported' => '3.6.5', - 'minSupported' => '3.6.5', + 'upstreamSupported' => '3.18.5', + 'minSupported' => '3.18.5', 'upgradeURL' => 'https://docs.hhvm.com/hhvm/installation/introduction', ); } -- 2.20.1