|
@@ -88,7 +88,7 @@ class SetupUtils
|
|
|
$aMandatoryExtensions = array('mysqli', 'iconv', 'simplexml', 'soap', 'hash', 'json', 'session', 'pcre', 'dom', 'zip');
|
|
|
$aOptionalExtensions = array('mcrypt' => 'Strong encryption will not be used.',
|
|
|
'ldap' => 'LDAP authentication will be disabled.',
|
|
|
- 'gd' => 'PDF export will be disabled');
|
|
|
+ 'gd' => 'PDF export will be disabled. Also, image resizing will be disabled on profile pictures (May increase database size).');
|
|
|
asort($aMandatoryExtensions); // Sort the list to look clean !
|
|
|
ksort($aOptionalExtensions); // Sort the list to look clean !
|
|
|
$aExtensionsOk = array();
|