X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=INSTALL;h=4e072d396e00bf496a848d86339887dc7c53d605;hb=d26ae7b17f48f3a84bb2e1934c16ead165a250a0;hp=f31f75330326c26159d7cb5ebe7c973552f501b0;hpb=3a026473873ac3cc9d5c181f05961f474495d32c;p=lhc%2Fweb%2Fwiklou.git diff --git a/INSTALL b/INSTALL index f31f753303..4e072d396e 100644 --- a/INSTALL +++ b/INSTALL @@ -5,14 +5,20 @@ 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.2.9 or higher, plus the following extensions: +** ctype +** dom +** fileinfo +** iconv +** json +** mbstring +** xml * A SQL server, the following types are supported ** MySQL 5.5.8 or higher ** PostgreSQL 9.2 or higher ** SQLite 3.8.0 or higher -** Oracle 9.0.1 or higher -** Microsoft SQL Server 2005 (9.00.1399) MediaWiki is developed and tested mainly on Unix/Linux platforms, but should work on Windows as well.