Symfony 2: Install and enable the intl extension

前端 未结 7 2321
迷失自我
迷失自我 2021-02-20 04:36

I\'m using XAMPP for Windows and decided to try out Symfony 2.

As soon as I get to Symfony Configuration page it recommends me to

7条回答
  •  走了就别回头了
    2021-02-20 04:54

    To solve this go to "c:\xampp\php\php.ini" open it in your editor and search for Dynamic Extensions then go down search for ;extension=php_intl.dll and enable it(remove ; to became like ) extension=php_intl.dll after that save your file php.ini and restart your localhost

提交回复
热议问题