Answers for "check php extensions ubuntu"

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

check installed php modules in linux

php -m | grep mbstring
Posted by: Guest on October-24-2020

Code answers related to "check php extensions ubuntu"

Browse Popular Code Answers by Language