Symfony 2: Install and enable the intl extension Symfony 2: Install and enable the intl extension windows windows

Symfony 2: Install and enable the intl extension


Whenever you make changes to php.ini, remember to restart Apache. Otherwise the changes won't take effect. You can do this in the XAMPP Control Panel by clicking the stop/start button in the Apache module row.


http://php.net/manual/en/intl.requirements.php

This extension is bundled with PHP as of PHP version 5.3.0. Alternatively, the PECL version of this extension may be used with all PHP versions greater than 5.2.0 (5.2.4+ recommended).

also read my comment to your post above


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.