0
votes

Symfony Profiler tell me this deprectation message : Please install the "intl" PHP extension for best performance.

I enabled intl extension in my php.ini file and it appears in phpinfo, but the deprectation message still appears in Symfony.

I'm using XAMPP server on Windows 10.

Any idea to fix this problem ?

1

1 Answers

0
votes

I don't understand precisely why but this fixed my problem : i updated the Symfony Intl package (from 5.0.4 to 5.0.7) inside my project and the message disappeared.