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

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -