From 011d742ae38573c35feea616ff72738b6d904651 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Fri, 27 Mar 2020 14:41:59 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B02891=20:pushpin:=20add=20mbstring=20as?= =?UTF-8?q?=20optional=20extension?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/setuputils.class.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/setuputils.class.inc.php b/setup/setuputils.class.inc.php index 8fb8ffc42..70911820c 100644 --- a/setup/setuputils.class.inc.php +++ b/setup/setuputils.class.inc.php @@ -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 !