Install php7.4 di Ubuntu

preview_player
Показать описание
Tutorial Install php7.4 di Ubuntu 18.04 dengan menambahkan repository

Command Line Interface Syntact:
** add Repo **
sudo apt-get update
sudo apt -y install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update

** Install php7.4 **
sudo apt -y install php7.4

** Install Extension **
sudo apt-get install -y php7.4-{bcmath,bz2,intl,gd,mbstring,mysql,zip,common,curl,xml}
Рекомендации по теме
visit shbcf.ru