From d812929d2f46c93a7c77cf86bcc0db1a6c293e59 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Wed, 26 Jun 2002 19:43:46 +0000 Subject: - Implement Andrei's request for disabling memory leak reporting in debug builds. #- Andrei: I can show you the logs :) --- main/php_globals.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main/php_globals.h') 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; -- cgit v1.2.1