summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2004-11-28 13:21:09 +0000
committerAntony Dovgal <tony2001@php.net>2004-11-28 13:21:09 +0000
commit9fb623c312bc07a235061a1ea1f0e3f28145500b (patch)
tree83e9521aa9407b88b508539bc16a369b61d09a37 /php.ini-recommended
parent6d98fc38b53c0ce803bf5cc8de05e2083eb6cd41 (diff)
downloadphp-git-9fb623c312bc07a235061a1ea1f0e3f28145500b.tar.gz
fix #30314
Diffstat (limited to 'php.ini-recommended')
-rw-r--r--php.ini-recommended2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-recommended b/php.ini-recommended
index 99d8a26d75..dc832e1d4b 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -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