Update source_installation.rst

added the missing, but required module XMLReader and fixed the name of the mbstring module
This commit is contained in:
Roland Ramthun
2017-02-19 11:54:15 +01:00
committed by GitHub
parent d15018fe1d
commit c36ffbfb82

View File

@@ -47,9 +47,10 @@ Required:
* PHP module iconv
* PHP module JSON
* PHP module libxml (Linux package libxml2 must be >=2.7.0)
* PHP module mb multibyte
* PHP module mbstring
* PHP module posix
* PHP module SimpleXML
* PHP module XMLReader
* PHP module XMLWriter
* PHP module zip
* PHP module zlib