Releases: serversideup/docker-php
Releases · serversideup/docker-php
v3.4.3
v3.4.2
🐛 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
🐛 Bug fix
- Fixed issue with
fpm
variant missing PHP_FPM_PROCESS_CONTROL_TIMEOUT variable (#468)
- Fixed SSL mode in docs by @albertcansado in #467
New Contributors
- @albertcansado made their first contribution in #467
Full Changelog: v3.4.0...v3.4.1
v3.4.0
🤩 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
- @chaseconey made their first contribution in #456
- @jpangborn made their first contribution in #458
Full Changelog: v3.3.0...v3.4.0
v3.4.0-beta2
🐳 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
- @chaseconey made their first contribution in #456
- @jpangborn made their first contribution in #458
Full Changelog: v3.4.0-beta1...v3.4.0-beta2
v3.4.0-beta1
🐳 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
🤓 Development improvements
- Convert GitHub Actions to Self-hosted runners with Runs-on.com (#441)
v3.3.0
🤩 New Features
- Quieter log output (by @RadeJR & @jaydrogers in #374)
- Improvements to FastCGI settings for Inertia.js (by @jaydrogers in #382)
🐛 Bug Fixes & Improvements
- Improve stop signals for faster exit experiences with
fpm-apache
andfpm-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
- Changed case of
as
toAS
to stay in line with convention by @chinmaypurav in #392
New Contributors
- @florian-nolte made their first contribution in #398
- @RadeJR made their first contribution in #374
- @hajekj made their first contribution in #385
- @chinmaypurav made their first contribution in #392
v3.3.0-beta3
🐛 Bug Fixes & Improvements
- Improve stop signals for faster exit experiences with
fpm-apache
andfpm-nginx
(#402) - Fix docs regarding
AUTORUN_LARAVEL_MIGRATION_ISOLATION
by @florian-nolte in #398
New Contributors
- @florian-nolte made their first contribution in #398
Full Changelog: v3.3.0-beta2...v3.3.0-beta3
v3.3.0-beta2
🐛 Bug Fixes & Improvements
- Remove redundant PHP values in PHP FPM conf (Fixes #395) by @jaydrogers in #399
- Remove warning of
http2 reiective is deprecated
in FPM-NGINX (#363)
🧼 Cleanup & Polishing
- changed case of
as
toAS
to stay inline with convention by @chinmaypurav in #392
🤓 Dependency Updates
- Update
install-php-extensions
to v2.2.18
New Contributors
- @chinmaypurav made their first contribution in #392
Full Changelog: v3.3.0-beta1...v3.3.0-beta2
v3.3.0-beta1
🤩 New Features
- Allow fastcgi parameters to be set via environment variable by @jaydrogers in #382
- Add an option to disable/redirect fpm access logs by @RadeJR in #374
🐛 Bug Fixes & Improvements
- 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 S6 Overlay to
v3.2.0.0
and install-php-extensionsv2.2.16
by @jaydrogers in #384
New Contributors
Full Changelog: v3.2.0...v3.3.0-beta1