]> granicus.if.org Git - php/commitdiff
fix #30314
authorAntony Dovgal <tony2001@php.net>
Sun, 28 Nov 2004 13:21:09 +0000 (13:21 +0000)
committerAntony Dovgal <tony2001@php.net>
Sun, 28 Nov 2004 13:21:09 +0000 (13:21 +0000)
php.ini-dist
php.ini-recommended

index ca4542f973759805945738161790708ce4987236..f38578839889edf27ad5c358398f137817e2fea9 100644 (file)
@@ -248,7 +248,7 @@ memory_limit = 8M      ; Maximum amount of memory a script may consume (8MB)
 
 ; error_reporting is a bit-field.  Or each number up to get desired error
 ; reporting level
-; E_ALL             - All errors and warnings
+; E_ALL             - All errors and warnings (doesn't include E_STRICT)
 ; E_ERROR           - fatal run-time errors
 ; E_WARNING         - run-time warnings (non-fatal errors)
 ; E_PARSE           - compile-time parse errors
index 99d8a26d75a34dcdfeaa470de37477dc835e4960..dc832e1d4bc05074260632200d8c3b2d564a9c22 100644 (file)
@@ -306,7 +306,7 @@ memory_limit = 8M      ; Maximum amount of memory a script may consume (8MB)
 
 ; error_reporting is a bit-field.  Or each number up to get desired error
 ; reporting level
-; E_ALL             - All errors and warnings
+; E_ALL             - All errors and warnings (doesn't include E_STRICT)
 ; E_ERROR           - fatal run-time errors
 ; E_WARNING         - run-time warnings (non-fatal errors)
 ; E_PARSE           - compile-time parse errors