重新编译:
1、进入php源代码安装目录、
2、执行一下命令
./configure --with-php-config=/opt/php/bin/php-config
make
make install
-------------------
安装完成,在php.ini中添加mbstring
extension=mbstring.so
重启Nginx
service nginx restart
重新编译:
1、进入php源代码安装目录、
2、执行一下命令
./configure --with-php-config=/opt/php/bin/php-config
make
make install
-------------------
安装完成,在php.ini中添加mbstring
extension=mbstring.so
重启Nginx
service nginx restart
本文标题:如何安装mbstring php扩展
本文链接:https://www.haomeiwen.com/subject/shcghxtx.html
网友评论