Two ways to install mbstring extensions of PHP in Linux system _php instance

Source: Internet
Author: User
Tags install php

1. Implementation

Copy Code code as follows:

Yum Install php-mbstring

2. Modify PHP.ini (This step is very important, some lxadmin version cannot be modified automatically)

Copy Code code as follows:

Echo ' extension=mbstring.so ' >>/etc/php.ini #更具php安装目录而定

3. Restart Web Service

If it's Apache:service httpd restart


Method Two:
PHP 5.36
Installation directory:/usr/local/php

Copy Code 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

Using/usr/local/php/bin/php-v #查看配置是否错误
Use Php.info to see if mbstring is installed successfully

Related Article

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.