重新编译:
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