diff --git a/docker/templates/extra-php-config.ini b/docker/templates/extra-php-config.ini index d7ed8aee49fef6dc3062d11f0f2f956627893a6b..d3f53279bbc03ee66876efaeec97cfdd207f3c94 100644 --- a/docker/templates/extra-php-config.ini +++ b/docker/templates/extra-php-config.ini @@ -4,6 +4,9 @@ ; [PHP] +error_reporting=E_ALL +display_errors=1 + ; ---------------------------------------------------------------------- ; XDEBUG STUFF BELOW ; ---------------------------------------------------------------------- diff --git "a/docs/30_\342\232\231\357\270\217_Configuration/20_Templates.md" "b/docs/30_\342\232\231\357\270\217_Configuration/20_Templates.md" index 366ba2911845734473ace4b958db01acae39d1c7..1e1870fb1d07be459820c220b736abb445997776 100644 --- "a/docs/30_\342\232\231\357\270\217_Configuration/20_Templates.md" +++ "b/docs/30_\342\232\231\357\270\217_Configuration/20_Templates.md" @@ -190,6 +190,7 @@ Setup modules and the vhost including rewrites , ... ## ✴️ extra-php-config.ini Custom PHP config file for you additional settings. +Showing all warnings and errors is enabled as default. ✴️ You **SHOULD** change this to setup Mysql database service for your needs. @@ -200,6 +201,9 @@ Custom PHP config file for you additional settings. ; [PHP] +error_reporting=E_ALL +display_errors=1 + ; ---------------------------------------------------------------------- ; XDEBUG STUFF BELOW ; ----------------------------------------------------------------------