diff --git a/src/Dev/Install/InstallRequirements.php b/src/Dev/Install/InstallRequirements.php index ed2529278..d83d61215 100644 --- a/src/Dev/Install/InstallRequirements.php +++ b/src/Dev/Install/InstallRequirements.php @@ -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",