You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* intl ICU version installed on your system (58.2) does not match the
ICU data bundled with Symfony (57.1)
> To avoid internationalization data inconsistencies upgrade the
> symfony/intl component.
As I have the latest Symfony version, ICU data should be updated in Symfony right?
The text was updated successfully, but these errors were encountered:
Hello, I have this recommendations when I run the symfony configuration checker file config.php
This script analyzes your system to check whether is ready to run Symfony applications.
RECOMMENDATIONS
To enhance your Symfony experience, it’s recommended that you fix the following:
intl ICU version installed on your system is outdated (52.1) and does not match the ICU data bundled with Symfony (58.2)
To get the latest internationalization data upgrade the ICU system package and the intl PHP extension.
a PHP accelerator should be installed
Install and/or enable a PHP accelerator (highly recommended).
short_open_tag should be disabled in php.ini
Set short_open_tag to off in php.ini*.
Changes to the php.ini file must be done in "/Library/Application Support/appsolute/MAMP PRO/conf/php7.0.8.ini".
OS: Arch Linux
ICU library package: icu 58.2-1
When I run
php bin/symfony_requirements
I getAs I have the latest Symfony version, ICU data should be updated in Symfony right?
The text was updated successfully, but these errors were encountered: