Answers for "php extension ubuntu how to install"

PHP
0

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
1

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 "php extension ubuntu how to install"

Browse Popular Code Answers by Language