How to solve the issue - please install the “intl” extension for full localization capabilities

前端 未结 5 1146
不思量自难忘°
不思量自难忘° 2020-12-18 21:05

What i Need

  • I\'m implementing currency symbol using symfony.
  • I have referred this link : http://symfony.com/doc/current/components/intl.html.
5条回答
  •  暖寄归人
    2020-12-18 21:49

    If you are using XAMPP on windows here is how:

    open for example c:\xampp\php\php.ini and remove the semi colon ";" in front of "extension=php_intl.dll" save the file and restart apache.

    That will get solve the error message.

    Done.

提交回复
热议问题