N°2891 📌 add mbstring as optional extension

This commit is contained in:
Pierre Goiffon
2020-03-27 14:41:59 +01:00
parent 5b496f4d15
commit 011d742ae3

View File

@@ -113,6 +113,7 @@ class SetupUtils
'openssl' => 'Strong encryption will not be used.',
),
'ldap' => 'LDAP authentication will be disabled.',
'mbstring' => 'For CryptEngine implementations, trace in Mail to ticket automation', // N°2891
);
asort($aMandatoryExtensions); // Sort the list to look clean !