Upgrade php 5.5 na php 5.6 Ubuntu 14.04
1 2 3 4 5 6 |
sudo apt-get update sudo apt-get install python-software-properites 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 |