From 230d5bc4fc478c8a7f115812039b6b5758d706a9 Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Fri, 1 Jul 2005 23:47:08 +0000 Subject: [PATCH] Inconsistency noticed by Nicholas Telford --- php.ini-recommended | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.ini-recommended b/php.ini-recommended index 5c73442721..a267b2cedb 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -345,7 +345,7 @@ memory_limit = 8M ; Maximum amount of memory a script may consume (8MB) ; ;error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR ; -; - Show all errors, including coding standards warnings +; - Show all errors, except coding standards warnings ; error_reporting = E_ALL -- 2.50.1