akko Asked: 2020-12-12 13:52:11 +0800 CST 2020-12-12 13:52:11 +0800 CST 2020-12-12 13:52:11 +0800 CST How to install php-mbregex on ubuntu 16.04? [closed] 772 I need to install the mbregex module. I currently have php7. Do you know which package I should install? php 1 Answers Voted Best Answer Rafael Bautista 2020-12-12T14:09:17+08:002020-12-12T14:09:17+08:00 You need mbstringyou can install it with: sudo apt-get install php7.0-mbstring you can change the 7.0to the exact version of your PHP. DO NOT forget to restart the service: sudo service apache2 restart
You need
mbstring
you can install it with:you can change the
7.0
to the exact version of your PHP.DO NOT forget to restart the service: