Skip to content

Instantly share code, notes, and snippets.

@pritdeveloper
Created April 5, 2019 18:33
Show Gist options
  • Save pritdeveloper/95d868cb4055f0721deac3a85f31591e to your computer and use it in GitHub Desktop.
Save pritdeveloper/95d868cb4055f0721deac3a85f31591e 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.1
sudo a2dismod php5
sudo a2enmod php7.1
sudo apt-get install php7.1-dom php7.1-mbstring php7.1-zip php7.1-mysql php7.1-sqlite php7.1-curl php7.1-gd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment