• 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

LPH

Flight Director
Flight Instructor
LPH submitted a new resource:

PHP 5.6 on Ubuntu - Install the latest PHP 5.6 stable version

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

Read more about this resource...
 
Top