


Detailed explanation of installing mbstring extension module in PHP_PHP tutorial
Jul 13, 2016 pm 05:08 PMIn PHP, the mbstring module cannot be used by default, whether in Linux or Windows systems. Let me introduce how to install mbstring in different systems.
Under Centos:
Use SSH to log in to Centos and execute the following command:
1. Execute
yum install php-mbstring
2. Modify php.ini
vi /etc/php.ini #Remove the semicolon in front of the following content. If there is no such line, directly add a line extension=mbstring.so
;extension=mbstring.so
3. Restart web service
service httpd restart
Under Windows:
1. Modify php.ini
Remove the semicolon in front of the following content. If there is no such line, directly add a line extension=php_mbstring.dll
;extension=php_mbstring.dll
If the above modifications have no effect after restarting the web server, please copy php_mbstring.dll in the X:/PHP/EXT folder to the system X:/WINDOWS/system32 folder
Just restart the web server.

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian

deepseek web version entrance deepseek official website entrance

How to update the latest version of Bybit Exchange? Will there be any impact if it is not updated?

Pi Node Teaching: What is a Pi Node? How to install and set up Pi Node?

How To Set Up Visual Studio Code (VS Code) for PHP Development

Coinsuper exchange software channel official website entrance

PHP Program to Count Vowels in a String
