From: Silvio Rhatto Date: Thu, 2 Jan 2014 18:33:33 +0000 (-0200) Subject: Disable errors on wheezy while we figure out what to do with E_STRICT X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=16b64c98a5932efdcfcb93afa6612951ec9f17b4;p=puppet-php.git Disable errors on wheezy while we figure out what to do with E_STRICT --- 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