Skip to content

Releases: tiredofit/docker-nginx-php-fpm

7.7.1

28 Nov 20:42
Compare
Choose a tag to compare

Changed

  - Remove `BOTH` Option for PHP_FPM_LISTEN_TYPE

7.7.0

25 Nov 19:59
Compare
Choose a tag to compare

Added

  - Allow listening on Unix Socket or TCP Socket (default Unix Socket)
  - Add host/ip restrictions for TCP listening
  - Add PHP_FPM_USER and PHP_FPM_GROUP variables to create isolation from upstream image (default NGINX_ or UNIT_ USER|GROUP)

7.6.16

22 Nov 23:12
Compare
Choose a tag to compare

Added

  - Introduce PHP 8.3 support

7.6.15

14 Sep 00:01
Compare
Choose a tag to compare

Changed

  - Fix PHP_TIMEOUT not affecting php-cli operations causing unnecessary Signal 15s in some cases

7.6.13

28 Jul 22:13
Compare
Choose a tag to compare

Reverted

  - Remove php-decimal extension from debian variant

7.6.12

28 Jul 20:01
Compare
Choose a tag to compare

Added

  - Add support for Debian Bookworm

Changed

  - Cleanup some PHP directories that shouldn't exist on Debian variants

7.6.11

25 Jul 20:57
Compare
Choose a tag to compare

Changed

  - Change environment variable case

7.6.10

06 Jul 21:12
Compare
Choose a tag to compare

Added

  - Source defaults from upstream nginx container to avoid having to use NGINX_ENABLE_APPLICATION_CONFIGURATION=TRUE variable

7.6.9

21 Jun 16:06
Compare
Choose a tag to compare

Changed

  - Fix case introduced with 7.6.8 where authentication takes over default settings

7.6.8

20 Jun 18:05
Compare
Choose a tag to compare

Changed

  - Restructure authentication routines when no NGINX_SITE_ENABLED being used to properly allow NGINX_AUTHENTICATION_TYPE=LLNG to be used.