Answers for "how to install extensions to php"

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
2

enable extensions in php.ini

;extension=php_intl.dll
Posted by: Guest on October-08-2021

Code answers related to "how to install extensions to php"

Browse Popular Code Answers by Language