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 /main/php_globals.h | |
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 'main/php_globals.h')
-rw-r--r-- | main/php_globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_globals.h b/main/php_globals.h index b5aa41297b..dad12d7248 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -79,6 +79,7 @@ struct _php_core_globals { int log_errors_max_len; zend_bool ignore_repeated_errors; zend_bool ignore_repeated_source; + zend_bool report_memleaks; char *error_log; char *doc_root; |