From 9f9f6d2e5d850dc8c5f9d27bc14c750c628c087b Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Sat, 18 Jun 2005 16:52:24 +0000 Subject: [PATCH] - E_STRICT shouldn't be on by default on production servers. --- php.ini-recommended | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.ini-recommended b/php.ini-recommended index a7718ebb66..5c73442721 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -347,7 +347,7 @@ memory_limit = 8M ; Maximum amount of memory a script may consume (8MB) ; ; - Show all errors, including coding standards warnings ; -error_reporting = E_ALL | E_STRICT +error_reporting = E_ALL ; 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 -- 2.50.1