diff options
author | Derick Rethans <derick@php.net> | 2002-06-26 19:43:46 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-06-26 19:43:46 +0000 |
commit | d812929d2f46c93a7c77cf86bcc0db1a6c293e59 (patch) | |
tree | b126285724c9ec67fc4b357cff8407966f0a2a8b /php.ini-dist | |
parent | ea303541f8a0ef16f459db117020aa495b4991fe (diff) | |
download | php-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-dist | 5 |
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 |