windows下PHP_intl.dll正确配置方法(apache2.2+php5.3.5)_PHP

WBOY
Release: 2016-06-01 11:57:32
Original
1019 people have browsed it

Apache

配置php_intl模块总是加载失败,在这找到了解决方法http://stackoverflow.com/questions/1451468/php-intl-extension。

首先,把php_intl.dll需要的dll拷贝到apache的bin目录里面,即php目录下面的(所有icu*.dll的dll)文件:

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

拷贝到apache/bin目录下面。
然后,在php.ini 添加一行 extension=php_intl.dll。
最后,重启apache 即可正常使用。
或者修改环境变量(window+Pause Break组合键),在Path中添加php的路径。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!