I can see various solutions available for php5.6, but is it possible to get php-fpm 5.6 for Xenial?
Or do I have to manually download and build the package?
I can see various solutions available for php5.6, but is it possible to get php-fpm 5.6 for Xenial?
Or do I have to manually download and build the package?
Once you've added the additional repository
sudo add-apt-repository ppa:ondrej/php
run
sudo apt-get update
sudo apt-get install php5.6-fpm
$ php-fpmresults inbash: php-fpm: command not found. So it seems the Ubuntu repo builds this as a separate package (same for PHP7). – Chris Stryczynski Jun 19 '17 at 18:45php5-fpmand you install it? – prolificslacker Jun 19 '17 at 18:48Overview of published packageslist though (https://launchpad.net/~ondrej/+archive/ubuntu/php)? – Chris Stryczynski Jun 19 '17 at 18:57