Page MenuHomeDevCentral

Upgrade image to PHP 7.2
ClosedPublic

Authored by dereckson on Oct 15 2018, 02:05.
Referenced Files
Unknown Object (File)
Mon, Apr 22, 20:59
Unknown Object (File)
Fri, Apr 19, 14:58
Unknown Object (File)
Fri, Apr 19, 04:06
Unknown Object (File)
Wed, Apr 17, 11:24
Unknown Object (File)
Tue, Apr 16, 20:42
Unknown Object (File)
Sun, Apr 14, 23:04
Unknown Object (File)
Wed, Apr 10, 02:29
Unknown Object (File)
Sun, Apr 7, 04:11

Details

Summary

Currently, the image still runs on PHP 5.6,
as previously Phabricator didn't support PHP 7.

In 2018, the last blockers for PHP 7 adoption
by Phabricator was addressed. DevCentral installation
tested Phabricator + PHP 7.1 then 7.2 with success.
It's stable and gives good performance.

As such, this change switches the image to PHP 7
too. That mainly offers three benefits:

  • it's a supported PHP version
  • it allows to connect to MySQL 8 and faster
  • it's modern and faster

The change is transparent and doesn't require
any configuration change.

Test Plan

Diff Detail

Repository
rDPHAB Docker image for Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable