Answers for "php extensions to install for php 8 on linux"

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

install php-8 extentions

sudo apt install php8.0-common php8.0-mysql php8.0-xml php8.0-xmlrpc php8.0-curl php8.0-gd php8.0-imagick php8.0-cli php8.0-dev php8.0-imap php8.0-mbstring php8.0-opcache php8.0-soap php8.0-zip php8.0-intl -y
Posted by: Guest on January-25-2022

Code answers related to "php extensions to install for php 8 on linux"

Browse Popular Code Answers by Language