Releases: TrafeX/docker-php-nginx
Releases · TrafeX/docker-php-nginx
2.5.0
What's Changed
- Small improvements to the Dockerfile set up #81
- Dropped installation of the php8-json extension since it's included in PHP's core.
New Contributors
- @tiagodevweb made their first contribution in #81
Full Changelog: 2.4.0...2.5.0
2.4.0
Switched PHP-FPM socket from TCP to unix
Support multi-platform images
- The image is now automatically build for the platforms; AMD4, ARMv6, ARMv7, ARM64
Upgrade Alpine Linux to 3.14
- Upgrade Alpine Linux to 3.14 bringing nginx 1.20
Symlink to php
- Make sure PHP8 is available as
php
as well for programs that rely on it (fixes #58)
Switched the images to the trafex/php-nginx repository
- Switched the images to the trafex/php-nginx repository
Update PHP to 8.0
- Update PHP to 8.0
Update PHP to 7.4
- Update Alpine Linux to 3.13
- Update PHP to 7.4
Set worker_processes to auto
- Let nginx determine the amount of worker processes based on the number of CPU's