3

I'm aware that I can install any version of PHP using the answer here: How do I install different (upgrade or downgrade) PHP version in still supported Ubuntu release?

I'm running an Ubuntu 16.04 LTS server and am not in a hurry to upgrade, but was unable to find anything about the official timeline for when PHP 7.1 would be available in an official repository.

1 Answers1

3

"PHP 7.1" will be available in Ubuntu Artful [1].

Ubuntu is not a bleeding edge distribution and most of its packages (except some) in repositories are frozen. These packages only get patchs and will not be updated to upstream major releases. So it's not going to come into "Ubuntu 16.04" repositories at all.

For more information read this answer: Why don't the Ubuntu repositories have the latest versions of software?

Once the release happens additional changes to those packages only happen for bug fixing and security issues. There are no more upgrades done to the packages in the official repository even if new versions of the packages are released.

Ravexina
  • 55,668
  • 25
  • 164
  • 183