From 672bc471beae33d754379b527cd42568d27a6f72 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Tue, 18 Dec 2018 08:52:43 +0100 Subject: [PATCH] =?UTF-8?q?:heavy=5Fminus=5Fsign:=20N=C2=B01885=20move=20b?= =?UTF-8?q?ack=20php-gd=20from=20mandatory=20extension=20to=20optional?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/setuputils.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/setuputils.class.inc.php b/setup/setuputils.class.inc.php index f8c21a615..20ac42977 100644 --- a/setup/setuputils.class.inc.php +++ b/setup/setuputils.class.inc.php @@ -104,7 +104,6 @@ class SetupUtils 'dom', 'zlib', 'zip', - 'gd', // used to test image type (always returns false if not installed), image resizing, PDF export ); $aOptionalExtensions = array( 'mcrypt, sodium or openssl' => @@ -114,6 +113,7 @@ class SetupUtils 'openssl' => 'Strong encryption will not be used.', ), 'ldap' => 'LDAP authentication will be disabled.', + 'gd' => 'test image type (always returns false if not installed), image resizing, PDF export', ); asort($aMandatoryExtensions); // Sort the list to look clean !