mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Added check for php-intl requirement
This commit is contained in:
parent
b317bf163c
commit
df5395b101
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user