]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
Disable errors on wheezy while we figure out what to do with E_STRICT
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 2 Jan 2014 18:33:33 +0000 (16:33 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 2 Jan 2014 18:33:33 +0000 (16:33 -0200)
files/apache2/php.Debian_wheezy.ini

index 17f0bc30979c6ea32db756ad18f2e0d9fa9e9dea..2d7cbbde387a749e9736b414b7d483d60cca3f48 100644 (file)
@@ -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