PHP_intl. dll Correct configuration method under windows (apache2.2+php5.3.5)

  • 2020-12-10 00:40:07
  • OfStack

Configuration php_intl module is always loaded failure, found a solution in this http: / / stackoverflow com/questions / 1451468 / php - intl - extension.

First, copy the dll required by php_intl.dll to the bin directory of apache, i.e. the php directory (dll for all icu*.dll) file:

icudt36.dll
icuin36.dll
icuio36.dll
icule36.dll
iculx36.dll
icutu36.dll
icuuc36.dll

Copy to the apache/bin directory.
Then, add 1 line extension= php_intl.dll in php.ini.
Finally, restart apache and it will work properly.
Or modify the environment variable (window+Pause Break key combination) to add the path of php to Path.


Related articles: