summaryrefslogtreecommitdiff
path: root/main/php_globals.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-11-21 14:56:06 +0000
committerMarcus Boerger <helly@php.net>2002-11-21 14:56:06 +0000
commitb7cd48efddacffe4fd864b0a1692d465719dd1bd (patch)
treeafd9755f88f4ed21d7e30c1f2cdaed8f0b4ccfe9 /main/php_globals.h
parentda0e29e92f06dbd79783b81e9d7bcb903a739d81 (diff)
downloadphp-git-b7cd48efddacffe4fd864b0a1692d465719dd1bd.tar.gz
Make it possible to test language features like newly introduced 'abstract'
independantly from debug mode.
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 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;
};