how can i enable PHP Extension intl?

Yasin Mushtaq picture Yasin Mushtaq · Nov 23, 2015 · Viewed 317.8k times · Source

I am going to install Magento2 at my local server and it gives me following error notice.

error at PHP extension intl

I am using XAMPP. When I tried to enable it from php.ini file it throws another error for missing dll:

The program can't start because MSVCP110.dll is missing from your computer. Try reinstalling the program to fix this problem.

Missing MSVCP110.dll

Any help?

Answer

Raham picture Raham · Jan 18, 2016

First of all stop the xampp/wamp and then kindly remove the starting semicolon ( ; ) from your xampp/php/php.ini the following code.

;extension=php_intl.dll

And then restart your xampp/wamp.