Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install mbstring extension in CENTOS7

2025-03-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article will explain in detail how to install the mbstring extension in CENTOS7. The editor thinks it is very practical, so I share it for you as a reference. I hope you can get something after reading this article.

1.Uncaught Error: Call to undefined function mb_strlen ()

When the above error occurs, it means that we have not installed the mbstring extension.

two。 Enter the PHP installation directory

Cd / temp001/php-7.1.0/ext/mbstring

3. Launch the phpize (/ usr/local/bin/phpize or / usr/local/php7-abel001/bin/phpize) command to install the php extension

4../configure-- with-php-config=/usr/local/php7-abel001/bin/php-config according to your actual installation directory

5. Compile make & & make install

6. At this point, mbstring.so has already been generated in the / usr/local/php7-abel001/lib/php/extensions/no-debug-non-zts-20160303/ directory.

7.echo 'extension=mbstring.so' > > / usr/local/php7-abel001/lib/php.ini enable mbstring extension

8.nginx-s reload, killall php-fpm,. / php-fpm reload php-fpm

The 9.php-m command can see which extensions have been enabled; php-- ini can see some configuration information of php

So far, the mbstring extension has been successfully installed!

This is the end of this article on "how to install mbstring extensions in CENTOS7". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it out for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report