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

index 193673226e1890cf7743a7a43847837cdc3dfb7c..f1a940a369100849ae561733bef6bd2dd2158931 100644 (file)
@@ -301,11 +301,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
 ;
@@ -313,7 +313,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 d632a9105bb6bf994c3bb38f6d13f4c58dc4b3d1..e12060e3ec4465cec5475f655e6ff302af9a33c4 100644 (file)
@@ -351,11 +351,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
 ;
@@ -363,7 +363,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