How to install mbstring extension

馋奶兔 提交于 2019-11-29 17:00:23
yum install php-mbstring --enablerepo=remi

I installed php-mbstring using remi with this command. After running that, Restarting Apache service is required.

To search the right MB-String for your PHP version try this command:

sudo yum list | egrep 'php' | grep 50

Change (50) by the specific version of PHP you do have installed in your server,this command will show you all the packages related to you PHP version.
This command will show :

 ea-php50-php-mbstring.x86_64

Now you can install the version compatible with your system.I hope it will works for you.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!