INSTALL/RELEASE-NOTES-1.34: Add required PHP extensions
authorJames D. Forrester <jforrester@wikimedia.org>
Tue, 27 Aug 2019 22:12:28 +0000 (15:12 -0700)
committerJames D. Forrester <jforrester@wikimedia.org>
Tue, 27 Aug 2019 22:43:17 +0000 (15:43 -0700)
Change-Id: I4ef89a340dc265918d9c1e70feb370b95cf5656e

INSTALL
RELEASE-NOTES-1.34

diff --git a/INSTALL b/INSTALL
index bf64ab7..f6543b5 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -5,8 +5,15 @@ Installing MediaWiki
 Starting with MediaWiki 1.2.0, it's possible to install and configure the wiki
 "in-place", as long as you have the necessary prerequisites available.
 
-Required software:
-* Web server with PHP 7.0.0 or HHVM 3.18.5 or higher.
+Required software as of MediaWiki 1.34.0:
+
+* Web server with PHP 7.0.13 or higher, plus the following extesnsions:
+** ctype
+** fileinfo
+** iconv
+** json
+** mbstring
+** xml
 * A SQL server, the following types are supported
 ** MySQL 5.5.8 or higher
 ** PostgreSQL 9.2 or higher
index 5da679f..c8ec8ea 100644 (file)
@@ -480,7 +480,14 @@ because of Phabricator reports.
 == Compatibility ==
 MediaWiki 1.34 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.
+support. It also requires the following PHP extensions:
+
+* ctype
+* fileinfo
+* iconv
+* json
+* mbstring
+* xml
 
 MySQL/MariaDB is the recommended DBMS. PostgreSQL or SQLite can also be used,
 but support for them is somewhat less mature.