]> granicus.if.org Git - php/commitdiff
MFH: Revert previous change
authorKalle Sommer Nielsen <kalle@php.net>
Fri, 13 Feb 2009 16:55:18 +0000 (16:55 +0000)
committerKalle Sommer Nielsen <kalle@php.net>
Fri, 13 Feb 2009 16:55:18 +0000 (16:55 +0000)
php.ini-dist
php.ini-recommended

index 73c76678b2770bbc79845865a9b5e3f71d18c65f..9c5d6b1188c89f3726b423193623143ce8ce54f1 100644 (file)
@@ -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
index bdb38383cdf86e2e032c013dd8ecc55031b5b0a6..a2c1085c3d921e4e2a8bf25f852f82921ffc8d58 100644 (file)
@@ -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