Skip to content

Instantly share code, notes, and snippets.

@koriym
Created July 8, 2012 02:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koriym/3069038 to your computer and use it in GitHub Desktop.
Save koriym/3069038 to your computer and use it in GitHub Desktop.
Install PHP5.4 on Ubuntu 11.10 12.04
sudo add-apt-repository ppa:ondrej/php5
sudo apt-get update
sudo apt-get install php5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment