diff options
author | James D. Forrester <jforrester@wikimedia.org> | 2019-08-27 15:12:28 -0700 |
---|---|---|
committer | James D. Forrester <jforrester@wikimedia.org> | 2019-08-27 15:43:17 -0700 |
commit | 59821571a2759aa332f69470640c497da04be23f (patch) | |
tree | 61a064a26fadfeb454e9f28819b76fcff0abf312 /INSTALL | |
parent | 51cc4c3d67f9b8cbd08856a46bacd49580286784 (diff) | |
download | mediawikicore-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-- | INSTALL | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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 |