mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
➕ 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:
@@ -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 !
|
||||
|
||||
Reference in New Issue
Block a user