Skip to content

Releases: TrafeX/docker-php-nginx

3.5.0

15 Jan 19:41
Compare
Choose a tag to compare

What's Changed

  • Upgrade to Alpine Linux 3.19 and PHP 8.3 by @TrafeX in #166

Full Changelog: 3.4.0...3.5.0

3.4.0

17 Sep 09:02
Compare
Choose a tag to compare

What's Changed

  • Update Dockerfile with PHP extensions fileinfo, tokenizer, xmlwriter by @insign in #149

New Contributors

Full Changelog: 3.3.0...3.4.0

3.3.0

23 Aug 18:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.0...3.3.0

3.2.0

18 Aug 19:05
397b58a
Compare
Choose a tag to compare

What's Changed

  • Upgrade PHP to 8.2

Full Changelog: 3.1.0...3.2.0

3.1.0

04 Jun 04:50
8780e1b
Compare
Choose a tag to compare

What's Changed

  • Upgrade to Alpine Linux 3.18
  • Upgrade to nginx 1.24

Full Changelog: 3.0.0...3.1.0

3.0.0

14 Jan 07:23
c397b92
Compare
Choose a tag to compare

What's Changed

  • Upgrade to Alpine Linux 3.17
  • Add tcp nodelay to config by @kroese in #96
  • Update location of PHP.ini files by @johncoles in #99
  • Hide server info and add security headers by @jimsihk in #100
  • Chopped up nginx.conf, extracted the server block to /conf.d/default.conf by @doedje in #109
  • Upgrade GitHub workflow packages and configure dependabot by @TrafeX in #116
  • Bump peter-evans/dockerhub-description from 2 to 3 by @dependabot in #117
  • Bump github/codeql-action from 1 to 2 by @dependabot in #118

Breaking changes

Because the nginx config is split in a http and server config this may require changes to the mounts you make for addding a config file or to override the nginx.conf.

  • If you want to override the default server; the new location for that file is /etc/nginx/conf.d/default.conf
  • If you want to add additional configuration files and keep the default server; you need to mount those files seperatly in the /etc/nginx/conf.d/ folder and make sure not to override the whole folder.

New Contributors

Full Changelog: 2.6.0...3.0.0

2.6.0

29 May 05:21
27cf98b
Compare
Choose a tag to compare

What's Changed

  • Upgrade to Alpine Linux 3.16
  • Upgrade to PHP 8.1
  • Upgrade to nginx 1.22

Full Changelog: 2.5.0...2.6.0

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