v3.0.0-beta-0.4
·
99 commits
to mainline
since this release
Release v3.0.0 beta 0.4
This release adds the ability to reload PHP configuration changes without having to restart docker compose. You can change any *.ini
or *.conf
files and then trigger a reload in the intranet.
Fixed
- Ignore directories starting with a
.
in/shared/httpd
(invalid server names) - Fixed:
Creation of dynamic property Mail_Mbox::$_file is deprecated
(PHP 8.2) - Fixed: Xdebug default configuration files in cfg/php-ini-X.Y/devilbox-php.ini-xdebug #866
- Fixed: Show httpd access logs via docker logs when
DOCKER_LOGS=1
instead of piping it to supervisord #956
Added
- Intranet: Allow to reload PHP-FPM to reflect
php.ini
orphp-fpm.conf
changes on-the-fly without restarting docker-compose
Changed
- Updated httpd images
- Updated php-fpm images
PR / Issues
- Fixes file devilbox-php.ini-xdebug not suitable for xdebug 3 #866
- Fixes [Bug]: Docker Logging doesnt seem to work properly in v3.0.0-beta-0.3 #956
Full Changelog: v3.0.0-beta-0.3...v3.0.0-beta-0.4