Answers for "Install PHP 7.4 FPM and extensions"

PHP
0

Install PHP 7.4 FPM and extensions

#Just copy the line of code below and run it in terminal to install PHP 7.4 and it's extensions
sudo apt install -y php7.4-fpm php7.4-common php7.4-mysql php7.4-xml php7.4-xmlrpc php7.4-curl php7.4-gd php7.4-imagick php7.4-cli php7.4-dev php7.4-imap php7.4-mbstring php7.4-opcache php7.4-soap php7.4-zip php7.4-intl
Posted by: Guest on October-22-2021

Code answers related to "Install PHP 7.4 FPM and extensions"

Browse Popular Code Answers by Language