centos

Installing the mbstring PHP module on CentOS 6.3

The mbstring module is not enabled in PHP by default. In order to install and enable it, I installed php-mbstring from the remi repository and then restarted apache.

$ yum install php-mbstring
$ service httpd restart

more CentOS posts

more yum posts

more PHP posts