]> granicus.if.org Git - php/commitdiff
- MFH: E_STRICT is not part of E_ALL, so the lines were wrong here.
authorDerick Rethans <derick@php.net>
Sun, 6 Nov 2005 11:09:32 +0000 (11:09 +0000)
committerDerick Rethans <derick@php.net>
Sun, 6 Nov 2005 11:09:32 +0000 (11:09 +0000)
php.ini-dist
php.ini-recommended

index 9cd7249b50fbe52160029a051ac90b572199aba8..49197f1dbb9516037804a8ae9d82cc688d583715 100644 (file)
@@ -277,11 +277,11 @@ memory_limit = 8M      ; Maximum amount of memory a script may consume (8MB)
 ;
 ;   - Show all errors, except for notices and coding standards warnings
 ;
-;error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT
+;error_reporting = E_ALL & ~E_NOTICE
 ;
 ;   - Show all errors, except for notices
 ;
-;error_reporting = E_ALL & ~E_NOTICE
+;error_reporting = E_ALL & ~E_NOTICE | E_STRICT
 ;
 ;   - Show only errors
 ;
@@ -289,7 +289,7 @@ memory_limit = 8M      ; Maximum amount of memory a script may consume (8MB)
 ;
 ;   - Show all errors except for notices and coding standards warnings
 ;
-error_reporting  =  E_ALL & ~E_NOTICE & ~E_STRICT
+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 7b472162859c5ba437d8bc810138d2db06202f0a..8a49b3e58a7d5202e951463d113899472c0a7c31 100644 (file)
@@ -335,11 +335,11 @@ memory_limit = 8M      ; Maximum amount of memory a script may consume (8MB)
 ;
 ;   - Show all errors, except for notices and coding standards warnings
 ;
-;error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT
+;error_reporting = E_ALL & ~E_NOTICE
 ;
 ;   - Show all errors, except for notices
 ;
-;error_reporting = E_ALL & ~E_NOTICE
+;error_reporting = E_ALL & ~E_NOTICE | E_STRICT
 ;
 ;   - Show only errors
 ;