From 16b64c98a5932efdcfcb93afa6612951ec9f17b4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 2 Jan 2014 16:33:33 -0200 Subject: Disable errors on wheezy while we figure out what to do with E_STRICT --- files/apache2/php.Debian_wheezy.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3