From b7cd48efddacffe4fd864b0a1692d465719dd1bd Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Thu, 21 Nov 2002 14:56:06 +0000 Subject: Make it possible to test language features like newly introduced 'abstract' independantly from debug mode. --- 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 bc34330a92..c8890aadbf 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -140,6 +140,7 @@ struct _php_core_globals { zend_bool always_populate_raw_post_data; + zend_bool report_zend_debug; }; -- cgit v1.2.1