docker-lamp
docker-lamp copied to clipboard
Adds support for toggling display_errors in php.ini
This is some nice work.
During development, I prefer to set display_errors = On
in php.ini
to enable showing PHP syntax errors. So I created a small patch that adds support for toggling it on by using environment variable DISPLAY_ERRORS
. Feel free to use it.