Skip to content

Releases: Justintime50/nginx-php-docker

26

31 Dec 04:49

Choose a tag to compare

26
  • Pin node to v22 explicitly, don't depend on npm to install the version we want

25

10 Dec 21:40

Choose a tag to compare

25
  • Properly bundles built Docker image

24

10 Dec 19:05

Choose a tag to compare

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

25 Nov 23:08

Choose a tag to compare

23

Fix invalid comment in opcache.ini file

22

25 Nov 21:04

Choose a tag to compare

22
  • Right sizes the PHP-FPM workers for systems with 3-4 cores (previously there were too many workers which simply idled)

21

25 Nov 18:37

Choose a tag to compare

21
  • Adds PHP 8.4 support
  • Tunes PHP-FPM workers for greater throughput

20

18 Oct 22:52

Choose a tag to compare

20
  • Adds bcmath php extension to image

19

07 May 16:00

Choose a tag to compare

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

28 Nov 18:04

Choose a tag to compare

18
  • Adds PHP 8.3 support

17

05 Sep 05:50

Choose a tag to compare

17
  • Bumps PHP minor versions used under the hood (necessary for PHP 8.2.9+ for PHP VCR segfault corrections)