I have installed the mbstring through sudo yum install php-mbstringon my linux EC2 instance with php 5.6.17. How can I enable it?
sudo yum install php-mbstring
need to use yum install php56-mbstring. Once I install it, no need to config, just restart the httpd service