Releases: tiredofit/docker-nginx-php-fpm
Releases · tiredofit/docker-nginx-php-fpm
7.4.0
Added
- Add JIT Compilation support by means of PHP_OPCACHE_JIT_MODE and PHP_OPCACHE_BUFFER_SIZE variables (8.x only)
Changed
7.3.4
Changed
- Convert alias to function in php-ext for non interactive sessions
7.3.3
Changed
- Fix for `php-ext` not reading modules with underscores properly (credit timoschwarzer@github)
7.3.2
Changed
- Fix PHP_BASE issue with modules not loading introduced with 7.3.0
7.3.1
Changed
- Patchup for 8.2.x on Alpine systems
7.2.1
Changed
- Switch PHP 8.1 base to Alpine 3.17
7.2.0
Added
- Introduce customizable Opcache and APC environment variables
7.1.1
Changed
- Remvoe /var/log entries in Dockerfile build
7.1.0
Added
- Convert to using update_template functions when configuring
Changed
- Fix an error where sample php file wasn't being created properly
7.0.11
Changed
- Change the way PHP_DISPLAY_ERRORS works in code - True / False actually works