ubuntu 安裝php8.0

王雲龍發表於2021-02-04
sudo apt-get update -y && sudo apt-get upgrade -y
sudo apt-get install software-properties-common -y

新增stable最新php源

sudo add-apt-repository ppa:ondrej/php && sudo apt-get update -y

安裝php8.0

sudo apt-get install apache2 php8.0 libapache2-mod-php8.0 -y

安裝php8.0擴充

sudo apt-get install php8.0-{curl,dev,gd,imap,intl,mbstring,mysql,xml,zip,bcmath,common,mysql}

重啟apache2

systemctl restart apache2
本作品採用《CC 協議》,轉載必須註明作者和本文連結

相關文章