php安装mbstring扩展
系统:Ubuntu16.04
PHP版本:5.6
过程:php在configure时,增加-enable-mbstring,例如:
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --with-curl --with-gd --with-mcrypt --with-openssl --with-zlib -enable-mbstring
在phpinfo中,出现mbstring模块,即安装成功,如图:
注:如果在php.ini中添加extension=mbstring.so这句话,可能会提示mbstring重复加载
声明:该文观点仅代表作者本人,入门客AI创业平台信息发布平台仅提供信息存储空间服务,如有疑问请联系rumenke@qq.com。
- 上一篇:没有了
- 下一篇:没有了