Two ways to install mbstring extensions for PHP under Linux system

Source: Internet
Author: User
Tags config install php ini php code

This article mainly introduces the Linux system environment, PHP installation mbstring expansion of the two methods, we refer to the use of the bar

1. The execution code is as follows: Yum install php-mbstring 2. modifying php.ini (This step is important, some lxadmin versions cannot be modified automatically) the code is as follows: Echo ' extension=mbstring.so ' >>/etc/php.ini #更具php安装目录而定 3. Restart Web Service if it is Apache:service httpd restart Method II: PHP 5.36 installation directory:/usr/local/php code as follows: #cd/usr/src/php-5.3.6/ext /mbstring #/usr/local/php/bin/phpize #./configure--with-php-config=/usr/local/php/bin/php-config #make && Make install echo ' extension=mbstring.so ' >>/usr/local/php/lib/php.ini #/usr/local/apache2/bin/apachectl Restart use/usr/local/php/bin/php-v #查看配置是否错误 use Php.info to see if mbstring installed successfully

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.