Skip to content

Releases: serversideup/docker-php

v3.4.5

21 Oct 19:32
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fixed an issue with health checks on Debian based images (#476)

v3.4.4

18 Oct 15:33
18f33ea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.3...v3.4.4

v3.4.3

17 Oct 20:59
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fixed entrypoint execution order (#470)

Full Changelog: v3.4.2...v3.4.3

v3.4.2

17 Oct 15:28
Compare
Choose a tag to compare

🐛 Bug fixes

Note

We renamed one of our entrypoint scripts from /etc/entrypoint.d/1-log-output-level.sh/etc/entrypoint.d/1-log-output-level.sh. This shouldn't have affect on anyone, but we wanted to make this change clear to people who highly customize our images

Issues fixed

  • Fixed issue where containers would not start if LOG_OUTPUT_LEVEL=debug (#463)

v3.4.1

17 Oct 13:57
Compare
Choose a tag to compare

🐛 Bug fix

  • Fixed issue with fpm variant missing PHP_FPM_PROCESS_CONTROL_TIMEOUT variable (#468)

New Contributors

Full Changelog: v3.4.0...v3.4.1

v3.4.0

16 Oct 20:57
aeff5ff
Compare
Choose a tag to compare

🤩 New Features

  • S6 no longer runs as an ENTRYPOINT, simplifying use cases with running custom commands (#437)
  • Create an "artisan" command that passes it to PHP (#443)
  • Add native health checks for Laravel services (#447)

🐛 Bug fixes

  • FPM-NGINX: Fix gateway timeout with when PHP_MAX_EXECUTION_TIME is set (#424)
  • NGINX Unit will not start if the welcome message is disabled (#410)
  • NGINX Unit healthchecks no longer appear in the logs (#448)
  • Fixed issue where entrypoint scripts could exit early (#464)
  • Unit: Restrict access to hidden files and have PHP process files directly (#458)

🔐 Security Improvements

  • Disable x-powered-by header (#439)

⏫ Dependency Updates

  • Update S6 Overlay to 3.2.0.2
  • Update PHP extension installer to v2.6.0
  • Update NGINX Unit to 1.33.0 (#453)

🤓 Development improvements

  • Convert GitHub Actions to Self-hosted runners with Runs-on.com (#441)

New Contributors

Full Changelog: v3.3.0...v3.4.0

v3.4.0-beta2

15 Oct 23:50
aeff5ff
Compare
Choose a tag to compare
v3.4.0-beta2 Pre-release
Pre-release

🐳 Where to find these images

You can find them on DockerHub tagged with v3.4.0-beta2.

docker pull serverideup/php:${Your-Variation}-v3.4.0-beta2

🐛 Bug Fixes

  • Fixed issue where entrypoint scripts could exit early (#464)
  • Unit: Restrict access to hidden files and have PHP process files directly (#458)

⏫ Dependency Updates

  • Updates S6 Overlay to v3.2.0.2
  • Update PHP extension installer to v2.6.0

New Contributors

Full Changelog: v3.4.0-beta1...v3.4.0-beta2

v3.4.0-beta1

03 Oct 14:14
Compare
Choose a tag to compare
v3.4.0-beta1 Pre-release
Pre-release

🐳 Where to find these images

You can find them on DockerHub tagged with v3.4.0-beta1.

docker pull serverideup/php:${Your-Variation}-v3.4.0-beta1

🤩 New Features

  • S6 no longer runs as an ENTRYPOINT, simplifying use cases with running custom commands (#437)
  • Create an "artisan" command that passes it to PHP (#443)
  • Add native health checks for Laravel services (#447)

🐛 Bug fixes

  • FPM-NGINX: Fix gateway timeout with when PHP_MAX_EXECUTION_TIME is set (#424)
  • NGINX Unit will not start if the welcome message is disabled (#410)
  • NGINX Unit healthchecks no longer appear in the logs (#448)

🔐 Security Improvements

  • Disable x-powered-by header (#439)

⏫ Dependency Updates

  • Update PHP extension installer to v2.5.0 (#429)
  • Update NGINX Unit to 1.33.0 (#453)

🤓 Development improvements

  • Convert GitHub Actions to Self-hosted runners with Runs-on.com (#441)

v3.3.0

30 Jul 16:19
Compare
Choose a tag to compare

🤩 New Features

🐛 Bug Fixes & Improvements

  • Improve stop signals for faster exit experiences with fpm-apache and fpm-nginx (#402)
  • Fix docs regarding AUTORUN_LARAVEL_MIGRATION_ISOLATION by @florian-nolte in #398
  • Remove redundant PHP values in PHP FPM conf (Fixes #395) by @jaydrogers in #399
  • Remove warning of http2 directive is deprecated in FPM-NGINX (#363)
  • Configure permissions on /run directory for compatibility with cloud providers by @jaydrogers & @hajekj in #385
  • Improve os-release file processing by @szepeviktor in #367
  • Fix ID command usage by @szepeviktor in #368
  • Mobile menu freezes on Navigation by @danpastori in #375

🤓 Dependency Updates

  • Update install-php-extensions to v2.2.19
  • Update S6 Overlay to v3.2.0.0 by @jaydrogers in #384

🧼 Cleanup & Polishing

New Contributors

v3.3.0-beta3

16 Jul 20:37
Compare
Choose a tag to compare
v3.3.0-beta3 Pre-release
Pre-release

🐛 Bug Fixes & Improvements

  • Improve stop signals for faster exit experiences with fpm-apache and fpm-nginx (#402)
  • Fix docs regarding AUTORUN_LARAVEL_MIGRATION_ISOLATION by @florian-nolte in #398

New Contributors

Full Changelog: v3.3.0-beta2...v3.3.0-beta3