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

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


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.