Enable mbstring extension in CentOS

Á

Álvaro Moura

Last updated on Jul 6, 2026

"The PHP server must have the mbstring extension enabled. Contact technical support"

To enable the following extension, the following must be done on the command line.

apt-get install php-mbstring php-gettext 

sudo apt-get install php7.0-mbstring 

sudo apt-get install php7.0-curl