7.3+: configurable log length and buffering
Changed:
- Improved FPM validation to prevent building or launching with bad configuration
- Improved shutdown behavior based on docker-base guidance
- PHP 7.3-only: leveraging new directive
decorate_workers_outputto not have to manually cleanse stdout/stderr streams, added PHP_FPM_LOG_LIMIT and PHP_FPM_LOG_BUFFERING environment variables. See README for usage - PHP 7.3: created workaround for goss YAML deep merge bug/feature