Skip to content

Releases: tiredofit/docker-nginx-php-fpm

7.5.3

23 Mar 15:19
Compare
Choose a tag to compare

Added

  - Introduce PHP_HIDE_X_POWERED_BY variable

7.5.2

20 Mar 17:28
Compare
Choose a tag to compare

Added

  - Add gnu-libconv package

7.5.1

16 Mar 20:37
Compare
Choose a tag to compare

Changed

  - Change log_errors_max_len to 0 in php.ini from 1024

Reverted

  - Strip php_admin_value[log_errors_max_len] from fpm config

7.5.0

15 Mar 23:45
Compare
Choose a tag to compare

Changed

  - Quiet down output when loading defaults (xxx is already loaded! warnings)
  - Rework initialization
  - Fix a weird opcache issue

7.4.2

21 Feb 23:39
Compare
Choose a tag to compare
Release 7.4.1 - See CHANGELOG.md

7.4.1

16 Jan 16:13
Compare
Choose a tag to compare

Changed

  - Fix for 7.4.0

7.4.0

16 Jan 02:38
Compare
Choose a tag to compare

Added

  - Add JIT Compilation support by means of PHP_OPCACHE_JIT_MODE and PHP_OPCACHE_BUFFER_SIZE variables (8.x only)

Changed

  - Minor formatting fixes

7.3.4

11 Jan 17:28
Compare
Choose a tag to compare

Changed

  - Convert alias to function in php-ext for non interactive sessions

7.3.3

10 Jan 14:01
Compare
Choose a tag to compare

Changed

  - Fix for `php-ext` not reading modules with underscores properly (credit timoschwarzer@github)

7.3.2

14 Dec 19:06
Compare
Choose a tag to compare

Changed

  - Fix PHP_BASE issue with modules not loading introduced with 7.3.0