I have installed Symfony 3.2.6. When i check /config.php in browser i get a message:
intl ICU version installed on your system is outdated (57.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.
First a tried to update ICU extensions like it was described here Update ICU extension within xampp? I downloaded suitable package from PECL http://site.icu-project.org/download/58 coppied to apache/bin folder, restarted apache, but PHP loads the old 57.1 ICU version.
Then I tried to update php_intl.dll ftom https://pecl.php.net/package/intl but i didn't find any suitable package for php 7.
Is there a proper wat to uprgrade ICU lib in php 7?