-
Notifications
You must be signed in to change notification settings - Fork 0
Devops: Upgrade to PHP 7.4
Oscar Fabiano edited this page Jul 6, 2021
·
1 revision
$ sudo apt-get update
$ sudo apt -y install software-properties-common
$ sudo add-apt-repository ppa:ondrej/php
$ sudo apt-get update
$ sudo apt -y install php7.4
$ sudo apt install php7.4-{bcmath,xml,curl,bz2,intl,gd,mbstring,mysql,zip,pgsql}
$ sudo a2dismod php7.2
$ sudo a2enmod php7.4
$ sudo service apache2 restart