installing-php-5-6-on-xenial-16-04

$ sudo apt-get install python-software-properties
$ sudo add-apt-repository ppa:ondrej/php
$ sudo apt-get update
$ sudo apt-get install -y php5.6

Check your PHP Version

php -v

source : https://askubuntu.com/questions/756181/installing-php-5-6-on-xenial-16-04

Posted on: November 22, 2017, by :  | 4 views

Leave a Reply