diff options
author | Stanislav Malyshev <stas@php.net> | 2007-03-02 21:58:05 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2007-03-02 21:58:05 +0000 |
commit | 32fb34e2d1640b50ede5b8a7915ae761605f7a3c (patch) | |
tree | b2799913aa1b94c7408988cd4e1d0752a26a60d5 /main/php_globals.h | |
parent | f1d075a1027a85a75c7ed58a5025983950ab5ced (diff) | |
download | php-git-32fb34e2d1640b50ede5b8a7915ae761605f7a3c.tar.gz |
limit nesting level of input variables
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 d3e4f1784c..84b20b1c10 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -155,6 +155,7 @@ struct _php_core_globals { #ifdef PHP_WIN32 zend_bool com_initialized; #endif + long max_input_nesting_level; }; |