Symfony 2: Install and enable the intl extension

前端 未结 7 2410
迷失自我
迷失自我 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 05:06

    Follow these steps:

    1. Copy all the file names starting with "icu" from C:\wamp\bin\php\php5.5.12 and paste to C:\wamp\bin\apache\apache2.4.9\bin (I am using WAMP. Figure it out yourself for XAMP.)

    You can try. Nothing will harm. If you feel the things are not working, you can delete them. I am sure it will work for you 100%.

    1. Uncomment the following line on C:\wamp\bin\apache\apache2.4.9\bin\php.ini

      extension=php_intl.dll
      

    It will work.

    0 讨论(0)
提交回复
热议问题