we cant set error_reporting through envs when we use the php const
Currently error_reporting get set through `PHP_ERROR_REPORTING=E_ALL` wich result in an empty `error_reporting`.
https://github.com/shopware/docker/blob/main/fpm/Dockerfile#L64
https://github.com/shopware/docker/blob/main/frankenphp/Dockerfile#L47
1 条评论