From: Kalle Sommer Nielsen Date: Fri, 13 Feb 2009 16:55:18 +0000 (+0000) Subject: MFH: Revert previous change X-Git-Tag: php-5.2.9RC3~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87a91cb7b6c17668d807cedf2f0eaa18bf514702;p=php MFH: Revert previous change --- diff --git a/php.ini-dist b/php.ini-dist index 73c76678b2..9c5d6b1188 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -290,11 +290,11 @@ 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 ; ; - Show all errors, except for notices ; -;error_reporting = E_ALL | ~E_NOTICE | E_STRICT +;error_reporting = E_ALL & ~E_NOTICE | E_STRICT ; ; - Show only errors ; @@ -302,7 +302,7 @@ 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 ; 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 bdb38383cd..a2c1085c3d 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -339,11 +339,11 @@ 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 ; ; - Show all errors, except for notices ; -;error_reporting = E_ALL | ~E_NOTICE | E_STRICT +;error_reporting = E_ALL & ~E_NOTICE | E_STRICT ; ; - Show only errors ; @@ -351,7 +351,7 @@ memory_limit = 128M ; Maximum amount of memory a script may consume (128MB) ; ; - Show all errors, except coding standards warnings ; -error_reporting = E_ALL +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