Add intlChar Installer-Check

This commit is contained in:
Philipp Holzer 2023-10-12 21:34:19 +02:00
parent f3f148a0db
commit 3ca277e2b2
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432

View file

@ -404,8 +404,6 @@ class Installer
}
$this->addCheck(DI::l10n()->t('PDO or MySQLi PHP module'), $status, true, $help);
// Uncomment when IntlChar is installed in the check pipeline.
/*
$help = '';
$status = true;
if (!class_exists('IntlChar')) {
@ -414,7 +412,6 @@ class Installer
$returnVal = false;
}
$this->addCheck(DI::l10n()->t('IntlChar PHP module'), $status, true, $help);
*/
// check for XML DOM Documents being able to be generated
$help = '';