diff options
author | Marcus Boerger <helly@php.net> | 2002-11-21 14:56:06 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-11-21 14:56:06 +0000 |
commit | b7cd48efddacffe4fd864b0a1692d465719dd1bd (patch) | |
tree | afd9755f88f4ed21d7e30c1f2cdaed8f0b4ccfe9 /main/php_globals.h | |
parent | da0e29e92f06dbd79783b81e9d7bcb903a739d81 (diff) | |
download | php-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.h | 1 |
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; }; |