Releases: Justintime50/nginx-php-docker
Releases · Justintime50/nginx-php-docker
26
- Pin
nodeto v22 explicitly, don't depend onnpmto install the version we want
25
- Properly bundles built Docker image
24
- Run PHP-FPM over a Unix sockeet instead of TCP since Nginx and PHP-FPM run inside the same container
- Enable Gzip
- Bump file upload size from 5mb to 10mb
23
Fix invalid comment in opcache.ini file
22
- Right sizes the PHP-FPM workers for systems with 3-4 cores (previously there were too many workers which simply idled)
21
- Adds PHP 8.4 support
- Tunes PHP-FPM workers for greater throughput
20
- Adds
bcmathphp extension to image
19
- Corrects access log formatter to include forwarded IP address in addition to remote address
- Drop support for PHP 7.4 and 8.0
18
- Adds PHP 8.3 support
17
- Bumps PHP minor versions used under the hood (necessary for PHP 8.2.9+ for PHP VCR segfault corrections)