Merge pull request #8265 from gbaumeister/4.2

Added install-requirement-check for php-intl
This commit is contained in:
Daniel Hensby 2018-07-16 17:31:32 +01:00 committed by GitHub
commit b83281fa5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",