Answers for "ubuntu php install extensions"

PHP
7

how to install all php extensions ubuntu

sudo apt install openssl php-common php-curl php-json php-mbstring php-mysql php-xml php-zip
Posted by: Guest on April-11-2020
0

php enable extension ubuntu

### Syntax
phpenmod MODULE_NAME

### Enable mbstring php module
phpenmod mbstring
Posted by: Guest on October-29-2020

Code answers related to "ubuntu php install extensions"

Browse Popular Code Answers by Language