Add intlChar Installer-Check
This commit is contained in:
parent
f3f148a0db
commit
3ca277e2b2
|
@ -404,8 +404,6 @@ class Installer
|
||||||
}
|
}
|
||||||
$this->addCheck(DI::l10n()->t('PDO or MySQLi PHP module'), $status, true, $help);
|
$this->addCheck(DI::l10n()->t('PDO or MySQLi PHP module'), $status, true, $help);
|
||||||
|
|
||||||
// Uncomment when IntlChar is installed in the check pipeline.
|
|
||||||
/*
|
|
||||||
$help = '';
|
$help = '';
|
||||||
$status = true;
|
$status = true;
|
||||||
if (!class_exists('IntlChar')) {
|
if (!class_exists('IntlChar')) {
|
||||||
|
@ -414,7 +412,6 @@ class Installer
|
||||||
$returnVal = false;
|
$returnVal = false;
|
||||||
}
|
}
|
||||||
$this->addCheck(DI::l10n()->t('IntlChar PHP module'), $status, true, $help);
|
$this->addCheck(DI::l10n()->t('IntlChar PHP module'), $status, true, $help);
|
||||||
*/
|
|
||||||
|
|
||||||
// check for XML DOM Documents being able to be generated
|
// check for XML DOM Documents being able to be generated
|
||||||
$help = '';
|
$help = '';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user