mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 00:02:17 +02:00
➖ N°1885 move back php-gd from mandatory extension to optional
(cherry picked from commit 672bc471be)
This commit is contained in:
@@ -102,11 +102,11 @@ class SetupUtils
|
|||||||
'dom',
|
'dom',
|
||||||
'zlib',
|
'zlib',
|
||||||
'zip',
|
'zip',
|
||||||
'gd', // used to test image type (always returns false if not installed), image resizing, PDF export
|
|
||||||
);
|
);
|
||||||
$aOptionalExtensions = array(
|
$aOptionalExtensions = array(
|
||||||
'mcrypt' => 'Strong encryption will not be used.',
|
'mcrypt' => 'Strong encryption will not be used.',
|
||||||
'ldap' => 'LDAP authentication will be disabled.',
|
'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 !
|
asort($aMandatoryExtensions); // Sort the list to look clean !
|
||||||
ksort($aOptionalExtensions); // Sort the list to look clean !
|
ksort($aOptionalExtensions); // Sort the list to look clean !
|
||||||
|
|||||||
Reference in New Issue
Block a user