N°1885 add php-gd as a mandatory extension

(was made on release/2.6 branch but then rollbacked as this is an infrastructure change that needs to be in the release notes)
This commit is contained in:
Pierre Goiffon
2018-12-26 11:04:27 +01:00
parent 1a3f836a5a
commit 911d84d513

View File

@@ -104,6 +104,7 @@ class SetupUtils
'dom',
'zlib',
'zip',
'gd', // test image type (always returns false if not installed), image resizing, PDF export
);
$aOptionalExtensions = array(
'mcrypt, sodium or openssl' =>
@@ -113,7 +114,6 @@ 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 !