Skip to content

Releases: serversideup/docker-php

v3.4.7

15 Nov 14:12
Compare
Choose a tag to compare

🤩 What's new

v3.4.6

07 Nov 20:31
2095c21
Compare
Choose a tag to compare

⚠️ Deprecation warning

  • We removed linux/arm/v7 because it's old and it was adding to our build times. These are 32-bit Arm processors. We still support 64-bit ARM (like M-series macs) with linux/arm64/v8

🐛 Bug Fixes

  • Fixed issue where Laravel Auto-migrations would fail on first deployment (#489)

🤩 Improvements

  • Improved notices when running a custom command with S6 Overlay
  • Added PHP version and Docker image tag version to container info at start up

🤓 Development improvements

  • Added platform support to local build script
  • We added a new method to improve PR experiences so we can streamline contributions
  • Moved from Runs-on back to hosted GHA runners for cost reasons

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)