aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorJames D. Forrester <jforrester@wikimedia.org>2019-08-27 15:12:28 -0700
committerJames D. Forrester <jforrester@wikimedia.org>2019-08-27 15:43:17 -0700
commit59821571a2759aa332f69470640c497da04be23f (patch)
tree61a064a26fadfeb454e9f28819b76fcff0abf312 /INSTALL
parent51cc4c3d67f9b8cbd08856a46bacd49580286784 (diff)
downloadmediawikicore-59821571a2759aa332f69470640c497da04be23f.tar.gz
mediawikicore-59821571a2759aa332f69470640c497da04be23f.zip
INSTALL/RELEASE-NOTES-1.34: Add required PHP extensions
Change-Id: I4ef89a340dc265918d9c1e70feb370b95cf5656e
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 9 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index bf64ab76b016..f6543b56651f 100644
--- 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