Why Can't PHP on Windows See Extension PHP_Intl.Dll Even Though It Exists

Xampp Intl extension on windows 10 can't be installed

Xampp setup filename is contain VCXX for example xampp-win32-7.2.5-0-VC15-installer.exe, VC15 mean that PHP compiled with Visual Studio 2017, so you need to install Microsoft Visual C++ Redistributable for Visual Studio 2017 to make PHP and Extensions running smoothly, but sometime already installed VC14 or Visual C++ Redistributable 2015 is enough.

You can view list and download Visual C++ Redistributable here

php.ini does not contain extension=php_intl.dll

Just added extension=php_intl.dll in C:\Program Files (x86)\IIS Express\PHP\v7.1\php.ini

Note:
php_intl.dll is in C:\Program Files (x86)\IIS Express\PHP\v7.1\ext folder

Thanks to @Renjith

WAMP Unable to load dynamic library php_intl.dll

This is a minor bug in the WAMPServer install.

It can be corrected very simply, all from the wampmanager menus like this

(left click) wampmanager icon -> Apache -> Version -> 2.4.9

Just click the version number 2.4.9 or whatever version number you have currently selected.

This will cause wampmanager to rebuild the SYMLINKS in \wamp\apache\apache{version}\bin and then restart Apache.

Also undo everything that Dr. Z suggested, I am afraid it's all bad advice.



Related Topics



Leave a reply



Submit