Skip to content
Snippets Groups Projects
Unverified Commit d6bf6184 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Add mbstring to required modules

parent 8d6667ea
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ Prerequisites
* Some webserver capable of executing PHP scripts.
* PHP version >= 5.4.0.
* Support for the following PHP extensions:
* Always required: `date`, `dom`, `hash`, `libxml`, `openssl`, `pcre`, `SPL`, `zlib`, `json`
* Always required: `date`, `dom`, `hash`, `libxml`, `openssl`, `pcre`, `SPL`, `zlib`, `json`, `mbstring`
* When automatically checking for latest versions, and used by some modules: `cURL`
* When authenticating against LDAP server: `ldap`
* When authenticating against RADIUS server: `radius`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment