Skip to content

Instantly share code, notes, and snippets.

@pritdeveloper
Created April 5, 2019 18:34
Show Gist options
  • Save pritdeveloper/3abda1db69a62d3344d3a2228785e2f4 to your computer and use it in GitHub Desktop.
Save pritdeveloper/3abda1db69a62d3344d3a2228785e2f4 to your computer and use it in GitHub Desktop.
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install libapache2-mod-php7.2
sudo a2dismod php5
sudo a2enmod php7.2
sudo apt-get install php7.2-dom php7.2-mbstring php7.2-zip php7.2-mysql php7.2-sqlite php7.2-curl php7.2-gd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment