Skip to content

Releases: behance/docker-php

14.2.0: Add PHP 8.1 support

06 Feb 22:25
1ff206d
Compare
Choose a tag to compare

Added

  • Added PHP 8.1 support

PR #188 - thank you @valdislav

Update docker-nginx from 9.0 to 10.0.0

06 Jun 20:49
0ad0d21
Compare
Choose a tag to compare

Updated

14.0.1: Newrelic: Clean up go cache, implement Github actions CI

22 Dec 14:41
6127fa7
Compare
Choose a tag to compare

Added

  • New basic New Relic start up tests
  • Implements Github actions CI
    • Install goss 0.3.9 linux/amd64
    • Note: this does not replace Travis CI just yet

Removed

  • On ARM64 variants, cleans go cache after compilation
  • Replaced GOSS_INSTALL_PATH with GOSS_PATH and DGOSS_PATH env vars

Updated

  • Collapse / rename PHP variant-specific runtime tests
  • Use CONF_PHPMOD5 to specify path to newrelic.ini rather than hardcoding the value

PR #186 - thank you @bryanlatten

14.0.0: BREAKING. Removed EOL PHP versions, added support for multi-arch, Github actions

17 Dec 23:03
ae9d5f1
Compare
Choose a tag to compare

Added

  • ARM64 support. Ubuntu variant only
  • Build newrelic PHP agent from source if ARM64.
  • Push secrets
  • goss tests for composer and newrelic-daemon

Removed

  • Removed PHP 7.0, 7.1, 7.2, 7.3
  • Disabled Docker Hub autobuild

Updated

  • Updated from docker-nginx:8.10 to docker-nginx:9.0
  • Moved CI + Publish jobs to Github Actions

PR #185 - thank you @bryanlatten

PHP: 8.0 added

25 Jun 17:48
a9019f7
Compare
Choose a tag to compare

Added:

  • PHP 8.0

Removed:

  • docker-compose.yml: was previously used for simulating a test matrix, which is already properly implemented in Travis

13.7.1: Merge pull request #184 from bryanlatten/feature-nginx-update

22 Jan 16:19
64cae09
Compare
Choose a tag to compare

Opcache: exposed more knobs

25 Nov 20:19
bd2a203
Compare
Choose a tag to compare

Updated:

  • docker-nginx base updated to 8.9

Changed:

  • Opcache is enabled by default on CLI

Added:

  • PHP_OPCACHE_FILE_CACHE choose a folder to back in-memory opcache
  • PHP_OPCACHE_ENABLE_CLI set to 0 to disable
  • PHP_OPCACHE_PRELOAD set a file to run at server or CLI start, example in /etc/php/preload.php

Command: fixed bash check for stdout decoration

13 Aug 18:00
d9d1600
Compare
Choose a tag to compare

Fixed:

  • php-fpm launch command had broken check for native or legacy stdout decoration

Bugfix: Enabling igbinary and msgpack extensions by default

26 May 23:28
f86d6bb
Compare
Choose a tag to compare

Due to last set of changes on https://github.com/behance/docker-php/releases/tag/13.6.0 with the Ubuntu 20.04 upgrade, these extensions were no longer enabled by default.

Base: updated to 8.8

01 May 00:51
6006741
Compare
Choose a tag to compare

Changes

  • Updated to docker-nginx 8.8, including Ubuntu 20.04
  • Converted all flaky packages fully to PECL-only installs
  • Added engine ENV variable to DRY up some hacks
  • Locking against additional leaking packages