How do I enable mbstring extension on PHP 5, Fedora server

点点圈 提交于 2019-12-12 07:59:06

问题


I need to add the mbstring extension to an install of PHP 5.2.6 on Apache/2.2.11 (Fedora). We have dynamic extensions enabled so I really think all I need is the .so file and .ini files, correct? Can I simply drop these files in and make it work or do I have to recompile PHP? If it's simply upload and go, where can I get the files I need?


回答1:


Try yum install php-mbstring. You may then need to restart apache, e.g. /sbin/service httpd restart.

You can also use yum info "php-*" to find a list of other php packages available.



来源:https://stackoverflow.com/questions/4796841/how-do-i-enable-mbstring-extension-on-php-5-fedora-server

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