Symfony 2: Install and enable the intl extension

前端 未结 7 2420
迷失自我
迷失自我 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:49

    To activate this extension in Xampp, just edit your php.ini (i.e. in C:\xampp\php directory) and remove the semicolon to uncomment this line :

    ;extension=php_intl.dll
    

    Eventually don’t forget to restart Apache !

提交回复
热议问题