summaryrefslogtreecommitdiff
path: root/main/php_globals.h
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 /main/php_globals.h
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 'main/php_globals.h')
-rw-r--r--main/php_globals.h1
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;