Php5.2.13 environment, does not support mbstring Extension
Assume that the PHP source code package is in the/usr/local/src/php-5.2.13
The PHP installation directory is/usr/local/PHP.
CopyCode The Code is as follows: #
phpMyAdmin tips The mbstring extension is missing solution, phpmyadminmbstring
In this paper, the detailed analysis of the phpMyAdmin prompt the mbstring extension is missing solution, share for everyone to reference. Here's how:
First, the
Environment php5.2.13, mbstring extension not supported
If PHP's source package is in/usr/local/src/php-5.2.13
The PHP installation directory is/usr/local/php
Copy Code code as follows:
# cd/usr/local/src/php-5.2.13/ext/mbstring/
#
Add dynamic modules without re-compiling php (taking the mbstring module as an example) 1 enter the MB string directory in the php source code directory cd/usr/local/src/php-5.2.4/ext/mbstring/2 execute the bin/phpize file/usr/local directory after
Add general extensions such as mbstring extensions for PHP
Note: The default generated extension.so directory is/usr/local/php5/lib/php/extensions/no-debug-non-zts-20090626/Set the Extension_dir directory to point to it
Environment php5.2.14,
Do not recompile PHP, add dynamic modules (take mbstring module for example)
1 Enter the directory of mbstring in the PHP source code directorycd/usr/local/src/php-5.2.4/ext/mbstring/2 executing php bin/phpize files in the post-installation
This article has analyzed the phpMyAdmin hint the mbstring extension is missing the solution in detail, shares for everybody reference. The specific methods are as follows:
First, the question:
phpMyAdmin hint: The mbstring extension is missing.
The following articles mainly describe the installation notes for Mysql + php5 + apache under the linux operating system. I saw the installation notes for Mysql + php5 + apache on the relevant website two days ago, I think it is good, so I will
Convenient for everyone to reprint and offline reading, this tutorial HTML source code, UBB source, pdf version, flash version to provide download.Download Address: Http://code.google.com/p/wpmi/downloads/list
Operating system:
First, install the PHP5PHP official website Www.php.net. Mainstream version 5.6,7.1.If your program, PHP code can be used PHP7 7, can not be used with 5,PHP7 performance has greatly improved.# cd/usr/local/src/# wget http://cn2.php.net/distributions/
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.