Centos install ICU, INTL for php

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos install ICU, INTL for php相关的知识,希望对你有一定的参考价值。

1. Install ICU from source

wget http://download.icu-project.org/files/icu4c/56.1/icu4c-56_1-src.tgz
tar -xzvf icu4c-56_1-src.tgz
cd icu/source
./configure --prefix=/usr/local/icu
make && make install

2. Install intl for php

wget http://pecl.php.net/get/intl-3.0.0.tgz
tar -xzvf intl-3.0.0.tgz
cd intl-3.0.0
phpize ./configure –enable-intl –with-icu-dir=/usr/local/icu
make && make install

then add the following line into php.ini

extension=intl.so

 

以上是关于Centos install ICU, INTL for php的主要内容,如果未能解决你的问题,请参考以下文章

带有 PHP 7.1 的 Symfony 3 的给定 ICU 版本的 intl 扩展

phpstudy开启php_intl扩展启动弹出错误的解决方法

IntlChar()

请安装 \"intl\" 扩展以获得完整的本地化功能

[React Intl] Install and Configure the Entry Point of react-intl

如何用yum安装指定版本的icu