Installing PHP 5.4 on Ubuntu Lucid

See
PPA for PHP 5.5
.

First:

# apt-get install python-software-properties

Then:

# add-apt-repository ppa:ondrej/php5-oldstable

Then:

# apt-get update
# apt-get dist-upgrade
# reboot

And you’re done!

Leave a Reply