]> granicus.if.org Git - php/commitdiff
- E_STRICT shouldn't be on by default on production servers.
authorAndi Gutmans <andi@php.net>
Sat, 18 Jun 2005 16:52:24 +0000 (16:52 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 18 Jun 2005 16:52:24 +0000 (16:52 +0000)
php.ini-recommended

index a7718ebb662cd18d4959246d602967af44541933..5c73442721945125d06f98331230eb2af353e17b 100644 (file)
@@ -347,7 +347,7 @@ memory_limit = 8M      ; Maximum amount of memory a script may consume (8MB)
 ;
 ;   - Show all errors, including coding standards warnings
 ;
-error_reporting  =  E_ALL | E_STRICT
+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