summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-06-26 19:43:46 +0000
committerDerick Rethans <derick@php.net>2002-06-26 19:43:46 +0000
commitd812929d2f46c93a7c77cf86bcc0db1a6c293e59 (patch)
treeb126285724c9ec67fc4b357cff8407966f0a2a8b /php.ini-dist
parentea303541f8a0ef16f459db117020aa495b4991fe (diff)
downloadphp-git-d812929d2f46c93a7c77cf86bcc0db1a6c293e59.tar.gz
- Implement Andrei's request for disabling memory leak reporting in debug
builds. #- Andrei: I can show you the logs :)
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist5
1 files changed, 5 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist
index 9727b84d99..9e2e6fcb90 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -270,6 +270,11 @@ ignore_repeated_errors = Off
; sourcelines.
ignore_repeated_source = Off
+; If this parameter is set to Off, then memory leaks will not be shown (on
+; stdout or in the log). This has only effect in a debug compile, and if
+; error reporting includes E_WARNING in the allowed list
+report_memleaks = On
+
; Store the last error/warning message in $php_errormsg (boolean).
track_errors = Off