Difference between revisions of "Installing MBstring for php"

From rbachwiki
Jump to navigation Jump to search
(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")
 
 
Line 9: Line 9:


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
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
==[[Main_Page| Home]] - [[Ubuntu_Tips|Category]]==

Latest revision as of 16:52, 14 April 2022

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

Home - Category