mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #8265 from gbaumeister/4.2
Added install-requirement-check for php-intl
This commit is contained in:
commit
b83281fa5e
@ -384,6 +384,13 @@ class InstallRequirements
|
|||||||
'SimpleXML support not included in PHP.'
|
'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
|
// Check for token_get_all
|
||||||
$this->requireFunction('token_get_all', array(
|
$this->requireFunction('token_get_all', array(
|
||||||
"PHP Configuration",
|
"PHP Configuration",
|
||||||
|
Loading…
Reference in New Issue
Block a user