From d6bf6184826dc99152aa6fb16e072bbfdade5665 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Fri, 5 Jan 2018 23:03:02 +0100 Subject: [PATCH] Add mbstring to required modules --- docs/simplesamlphp-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/simplesamlphp-install.md b/docs/simplesamlphp-install.md index 1f127a549..0c4ba9c48 100644 --- a/docs/simplesamlphp-install.md +++ b/docs/simplesamlphp-install.md @@ -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` -- GitLab