Skip to content

Instantly share code, notes, and snippets.

@GregGallant
Created May 20, 2015 06:03
Show Gist options
  • Save GregGallant/e9a9bd331b293eea2613 to your computer and use it in GitHub Desktop.
Save GregGallant/e9a9bd331b293eea2613 to your computer and use it in GitHub Desktop.
Debian PHP5.4+ Forgetful things
sudo apt-get install libapache2-mod-php5
sudo apt-get install libcurl3 (-f)
sudo apt-get install libapache2-mod-mysql
sudo apt-get install mysql-server libapache2-mod-auth-mysql php5-mysql
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ondrej/php5-5.6
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install php5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment