Update ICU extension within xampp?

青春壹個敷衍的年華 提交于 2019-12-07 20:44:31

To upgrade existing ICU in you XAMP installation you'll need to:

  1. copy php_intl.dll to your_xamp_folder/php
  2. copy all the icu*.dll files to your_xamp_folder/apache/bin
  3. check if extension=php_intl.dll is enabled in your_xamp_folder/php/php.ini
  4. restart Apache

Let me know if it works (i'm currently on nginx)

Edit:

  • you'll find php_intl.dll here
  • all icu*.dll files are here

It seems like this extension has been included in PHP since version 5.3.

Try upgrading PHP, or pointing to a newer version in XAMPP.

If that isn't an option, installing extensions for PHP can be found here Extensions on Windows The php.net docs seem to cover Installing INTL

It looks like you will need to point to your extension in php.ini

Hope this helps.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!