P粉7224099962023-08-30 11:41:47
There are easier ways than recompiling PHP. Just yum install the required mbstring library:
Example:How to install PHP mbstring on CentOS 6.2< /a>
yum --enablerepo=remi install php-mbstring
Oh, don’t forget to restart apache afterward.
P粉0638625612023-08-30 11:40:22
Also install the gd library.
Check this link http://www.php.net/manual/en/mbstring.installation.php< /p>