• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.
PHP 5.6 on Ubuntu

PHP 5.6 on Ubuntu

Ubuntu does not include PHP 5.6 in its repository. In order to upgrade from PHP 5.5.x then please follow this guide.

Step 1
Add PHP 5.6 PPA to the local repository database.
sudo add-apt-repository ppa:andrej/php5-5.6

Step 2
Update the server repository database.
sudo apt-get update

Step 3
Install PHP 5.6
sudo apt-get install php5
Author
LPH
Views
577
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from LPH

Top