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

index c9429bf23dbfaacf91027118beea816d070395f3..8a281663b09afc74f8b84162dc3795e4f3e6d39a 100644 (file)
@@ -278,11 +278,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
 ;
@@ -290,7 +290,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 1baad550b54c3b756f87fbdd981c4649bf1e6f76..005c19ba960d6c7c3326bd228f55edd97826ef7f 100644 (file)
@@ -336,11 +336,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
 ;