Skip to content

Releases: TrafeX/docker-php-nginx

2.5.0

21 Mar 15:56
e9596ce
Compare
Choose a tag to compare

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

Full Changelog: 2.4.0...2.5.0

2.4.0

18 Jan 21:31
238f3db
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @jlxip made their first contribution in #82

Full Changelog: 2.3.0...2.4.0

Switched PHP-FPM socket from TCP to unix

30 Dec 08:26
77f9f02
Compare
Choose a tag to compare

What's Changed

  • unix socket instead of tcp sockets between nginx and php-fpm by @vildand in #80

New Contributors

Full Changelog: 2.2.0...2.3.0

Support multi-platform images

07 Oct 19:40
df1a00c
Compare
Choose a tag to compare
  • The image is now automatically build for the platforms; AMD4, ARMv6, ARMv7, ARM64

Upgrade Alpine Linux to 3.14

04 Jul 18:58
a58dccf
Compare
Choose a tag to compare
  • Upgrade Alpine Linux to 3.14 bringing nginx 1.20

Symlink to php

17 May 11:08
4689e12
Compare
Choose a tag to compare
  • 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

22 Apr 12:46
dab1e67
Compare
Choose a tag to compare

Update PHP to 8.0

13 Apr 20:51
8f3920f
Compare
Choose a tag to compare
  • Update PHP to 8.0

Update PHP to 7.4

18 Jan 16:28
f67cc57
Compare
Choose a tag to compare
  • Update Alpine Linux to 3.13
  • Update PHP to 7.4

Set worker_processes to auto

15 Dec 09:35
a866db2
Compare
Choose a tag to compare
  • Let nginx determine the amount of worker processes based on the number of CPU's