牛骨文教育服务平台(让学习变的简单)
博文笔记

php安装mbstring扩展

创建时间:2016-12-17 投稿人: 浏览次数:1259

系统: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重复加载

声明:该文观点仅代表作者本人,牛骨文系教育信息发布平台,牛骨文仅提供信息存储空间服务。