diff options
Diffstat (limited to 'files/apache2')
| -rw-r--r-- | files/apache2/php.Debian_wheezy.ini | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/files/apache2/php.Debian_wheezy.ini b/files/apache2/php.Debian_wheezy.ini index 17f0bc3..2d7cbbd 100644 --- a/files/apache2/php.Debian_wheezy.ini +++ b/files/apache2/php.Debian_wheezy.ini @@ -304,7 +304,8 @@ memory_limit = 128M      ; Maximum amount of memory a script may consume (128MB)  ;  ;   - Show all errors except for notices and coding standards warnings  ; -error_reporting  =  E_ALL & ~E_NOTICE +;error_reporting  =  E_ALL & ~E_NOTICE +error_reporting  =  ; Print out errors (as a part of the output).  For production web sites,  ; you're strongly encouraged to turn this feature off, and use error logging | 
