Skip to content

Instantly share code, notes, and snippets.

@erikfig
Created May 20, 2015 23:07
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 erikfig/5c2481e493f72011f8fb to your computer and use it in GitHub Desktop.
Save erikfig/5c2481e493f72011f8fb to your computer and use it in GitHub Desktop.
Instalar PHP mais rescente no Ubuntu
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