Home  >  Article  >  Backend Development  >  php install mbstring extension

php install mbstring extension

不言
不言Original
2018-03-30 14:36:0411270browse

This article introduces the method code for installing mbstring extension in PHP. Friends in need can refer to

cd php-5.6.30/ext/mbstring
/usr/local/php/bin/phpize
./configure --with-mbstring=/usr/local/mbstring --with-php-config=/usr/local/php/bin/php-config
make 
sudo make install
vi /usr/local/php/etc/php.ini
extension=mbstring.so


related tutorials:

Detailed explanation of PHP installation of mbstring extension module_PHP tutorial

Two methods of installing mbstring extension in php under Linux system_PHP tutorial


The above is the detailed content of php install mbstring extension. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn