How to upgrade PHP-FPM 5.x on Ubuntu

October 21st, 2014 by
Run the following commands on the terminal one by one.
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:ondrej/php5
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install php5-fpm
sudo service php5-fpm restart

Post a Comment

You must be logged in to post a comment.

Cached at: 2024-04-24 06:42:30pm