diff options
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; |