Wednesday, May 8, 2024
 Popular · Latest · Hot · Upcoming
238
rated 0 times [  238] [ 0]  / answers: 1 / hits: 674176  / 1 Year ago, wed, november 23, 2022, 1:59:24

What is the PHP mbstring extension, and what is the best way to install it on Ubuntu 14.04?


More From » 14.04

 Answers
4

EDIT: Dylan Pierce has confirmed that you can already install some PHP 7.2 extensions in the same way you would for PHP 5. For mbstring in particular, you can execute:



sudo apt-get install php7.2-mbstring


To complement sparkmood's answer, this now works for PHP 7.2 if you already imported ondrej's PPA for it.



sudo apt-get install libapache2-mod-php7.2


Don't forget, either PHP 7 is available through ubuntu's official repositories or you will need an external PPA.


[#24287] Friday, November 25, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ickump

Total Points: 234
Total Questions: 124
Total Answers: 111

Location: Jordan
Member since Fri, Apr 8, 2022
2 Years ago
;