php_intl.dll loading, The specified module could not be found issue. XAMPP on windows

1.3k views Asked by At

I am using XAMPP :- v 5.6.31 (3.2.1) apache :- 2.4.26 PHP :- 5.6.31 OS :- Windows 10

When I was trying to run my CakePHP project on xampp server, I got an error "Fatal error: You must enable the intl extension to use CakePHP. in C:\xampp\htdocs\my_project\config\bootstrap.php on line 23", so I search the internet I got the solution that I have to enable the php_intl extension so I have enabled it by uncommenting the line of code from the php.ini .

After that when I tried to restart my apache I got an error, "PHP Startup: Unable to load dynamic library 'C\xampp\php\ext\php_intl.dll' - The specified module could not be found."

I have searched for the resolution but nothing seems to work in my case. Could you please guide me to solve my issue.

I have gone through this links for guidance and no answer solved my problem.

To enable intl extension

To get rid of loading issue of php_intl.dll

enter image description here

0

There are 0 answers