Skip to content

Instantly share code, notes, and snippets.

@TonyLianLong
Last active May 25, 2018 11:09
Show Gist options
  • Save TonyLianLong/b96e6313a2c102548ceecadb64e060e3 to your computer and use it in GitHub Desktop.
Save TonyLianLong/b96e6313a2c102548ceecadb64e060e3 to your computer and use it in GitHub Desktop.
LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
apt-get update
apt-get remove php7.0 -y
apt-get install php7.2 php7.2-mbstring php7.2-dom php7.2-mysql php7.2-curl -y
a2dismod php7.0
a2enmod php7.2
service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment