From: Kalle Sommer Nielsen Date: Fri, 13 Feb 2009 16:54:16 +0000 (+0000) Subject: Revert previous change X-Git-Tag: php-5.4.0alpha1~191^2~4284 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20f9ef8321a49a52ef15f519e3abbd8c3448915a;p=php Revert previous change --- diff --git a/php.ini-dist b/php.ini-dist index c58336be7b..f00d902f56 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -251,11 +251,11 @@ memory_limit = 128M ; Maximum amount of memory a script may consume (128M) ; ; - Show all errors, except for notices and coding standards warnings ; -;error_reporting = E_ALL | ~E_NOTICE | ~E_STRICT +;error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT ; ; - Show all errors, except for notices ; -;error_reporting = E_ALL | ~E_NOTICE +;error_reporting = E_ALL & ~E_NOTICE ; ; - Show only errors ; @@ -263,7 +263,7 @@ memory_limit = 128M ; Maximum amount of memory a script may consume (128M) ; ; - Show all errors, except coding standards warnings ; -error_reporting = E_ALL | ~E_STRICT +error_reporting = E_ALL & ~E_STRICT ; 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 diff --git a/php.ini-recommended b/php.ini-recommended index 06a5bdcea5..b6a7aaae80 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -288,11 +288,11 @@ memory_limit = 128M ; Maximum amount of memory a script may consume (128M) ; ; - Show all errors, except for notices and coding standards warnings ; -;error_reporting = E_ALL | ~E_NOTICE | ~E_STRICT +;error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT ; ; - Show all errors, except for notices ; -;error_reporting = E_ALL | ~E_NOTICE +;error_reporting = E_ALL & ~E_NOTICE ; ; - Show only errors ; @@ -300,7 +300,7 @@ memory_limit = 128M ; Maximum amount of memory a script may consume (128M) ; ; - Show all errors, except coding standards warnings ; -error_reporting = E_ALL | ~E_STRICT +error_reporting = E_ALL & ~E_STRICT ; 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