ubuntu - Unable to install PHP 5.5 -
i had lamp server installed on ubuntu 12.10 php 5.3. had remove used this link.
now trying install lamp php 5.4 or higher using ondrej ppa end installing 5.3.10 again , again. install using below commands :
for 5.5 tried,
sudo add-apt-repository ppa:ondrej/php5
and 5.4 tried,
sudo add-apt-repository ppa:ondrej/php5-oldstable
and regular update , install
sudo apt-get update sudo apt-get upgrade sudo apt-get install php5
however in end when run php -v
see version installed 5.3.10-1ubuntu3.19
i have tried restarting web server. still noting changes. dont know going wrong.
Comments
Post a Comment