Added check for php-intl requirement

This commit is contained in:
Gerald Baumeister 2018-07-16 18:08:25 +02:00
parent b317bf163c
commit df5395b101

View File

@ -384,6 +384,13 @@ class InstallRequirements
'SimpleXML support not included in PHP.'
));
// Check for INTL support
$this->requireClass('IntlTimeZone', array(
'PHP Configuration',
'Intl support',
'Internationalization (php-intl) support not included in PHP.'
));
// Check for token_get_all
$this->requireFunction('token_get_all', array(
"PHP Configuration",