php install mbstring extension

不言
Release: 2023-03-22 19:24:02
Original
11318 people have browsed it

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
Copy after login


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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!