Installing MBstring for php

From rbachwiki
Revision as of 16:15, 14 April 2022 by Bacchas (talk | contribs) (Created page with "==MBstring== sudo apt-get install php7.1-mbstring sudo service apache2 restart If your destination version is different you need to check if the mbstring package exsit or not, an example for php7.0: sudo apt-cache search php7.0-mbstring I found it useful to first check existence of all modules that you working with, then performing an upgrade, in addition to that update phpmyadmin after upgrading your php is a good idea")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

MBstring

sudo apt-get install php7.1-mbstring
sudo service apache2 restart

If your destination version is different you need to check if the mbstring package exsit or not, an example for php7.0:

sudo apt-cache search php7.0-mbstring

I found it useful to first check existence of all modules that you working with, then performing an upgrade, in addition to that update phpmyadmin after upgrading your php is a good idea