Skip to content

Instantly share code, notes, and snippets.

@bondario
Created August 9, 2013 15:54
Show Gist options
  • Star 14 You must be signed in to star a gist
  • Fork 11 You must be signed in to fork a gist
  • Save bondario/6194753 to your computer and use it in GitHub Desktop.
Save bondario/6194753 to your computer and use it in GitHub Desktop.
Downgrade php 5.5 to 5.4 or keep php 5.4 for Ubuntu 12.04.02 LTS
apt-get install -y ppa-purge
add-apt-repository -y ppa:ondrej/php5-oldstable
apt-get update
ppa-purge ppa:ondrej/php5
apt-get update && apt-get upgrade -y && apt-get autoremove -y && apt-get autoclean -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment