8

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?

sotirov
  • 3,169

1 Answers1

17

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
Zanna
  • 70,465