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

index c58336be7b1756b0087e0a5168475129ea8b6bbc..f00d902f56db68f7ee1d34ba633ec415bf431c6b 100644 (file)
@@ -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
index 06a5bdcea5fd770cfc0c481189b6a0b47cef430c..b6a7aaae80dd7c8ecea0ec0e2927292644c1a1e2 100644 (file)
@@ -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