cd /home/local/php-5.6.25/ext/mbstring
/usr/local/php/bin/phpize
./configure --with-php-config=/usr/local/php/bin/php-config
make && make install
修改/usr/local/php/etc/php.ini 添加:extension=mbstring.so
/usr/local/apache/bin/apachectl restart

相关文章:

  • 2021-12-30
  • 2022-12-23
  • 2021-12-07
  • 2021-11-17
  • 2022-02-09
  • 2021-12-13
猜你喜欢
  • 2022-12-23
  • 2022-01-02
  • 2022-01-07
  • 2022-12-23
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案