Install php 5.4 in ubuntu 13.10
When i use apt to install php 5.4 from main repository ubuntu i just get the php 5.3 so i try to search how to install php 5.4 and this i got
sudo add-apt-repository ppa:ondrej/php5 sudo apt-get update sudo apt-get install php5 libapache2-mod-php5
Thats all












