From 8a5595f4bd4b904bd256b01c7ca81addaa2bba2a Mon Sep 17 00:00:00 2001 From: Kevin Israel Date: Thu, 16 Jun 2016 00:27:05 -0400 Subject: [PATCH] RELEASE-NOTES: Don't imply that HHVM 3.1 is supported HHVM 3.1 is no longer supported by Facebook, not packaged by any Linux distribution I know of, and MediaWiki is not routinely tested with it (e.g. neither Wikimedia Jenkins nor Travis CI runs automated tests using HHVM 3.1). The Compatibility section already has a note that "There is experimental support for HHVM 3.6.5 or later." So instead just refer to that section. (HHVM 3.6 is also no longer supported by Facebook or still used by Wikimedia, as far as I know, though that's a separate matter.) Change-Id: I62352f0edc6b9f95acaaef4cb717990e52db1146 --- RELEASE-NOTES-1.27 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27 index c13be519cc..6c93676510 100644 --- a/RELEASE-NOTES-1.27 +++ b/RELEASE-NOTES-1.27 @@ -6,8 +6,8 @@ MediaWiki 1.27 is an alpha-quality branch and is not recommended for use in production. === PHP version requirement === -As of 1.27, MediaWiki now requires PHP 5.5.9 or higher. This corresponds with -HHVM 3.1. Additionally, the following PHP extensions are required: +As of 1.27, MediaWiki now requires PHP 5.5.9 or higher (see Compatibility +section). Additionally, the following PHP extensions are required: * ctype * iconv * json -- 2.20.1