Adjust required php extensions

af5334a0 introduced the following requirements:
- ext-hash
- ext-json
- ext-libxml
- ext-openssl
- ext-pcre
- ext-sockets

Maybe also the functionality that needs the extension could be
mentioned, so someone that does not need jabber, could install with
`--ignore-platform-reqs` when not having these extensions available.
This commit is contained in:
Michael Telgkamp 2020-05-04 09:22:58 +02:00
parent 9d0f8982b5
commit 894e64f75d
No known key found for this signature in database
GPG Key ID: D56A6B18219D5263
1 changed files with 12 additions and 3 deletions

View File

@ -79,10 +79,19 @@ Requirements
* MySQL database
* For PHP5: 5.6.0+
* For PHP7: 7.0.8+
* PHP cURL package
* PHP PDO mysql driver
* PHP-XML
* PHP Extensions (modules)
* ext-curl
* ext-ctype
* ext-filter
* ext-hash
* ext-json
* ext-libxml
* ext-openssl
* ext-pdo
* ext-pcre
* ext-sockets
* ext-xml
Install
-------