diff options
author | Andrei Zmievski <andrei@php.net> | 2006-05-09 18:29:26 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2006-05-09 18:29:26 +0000 |
commit | f9de2cc142af036f2dfbfd859f4ee532ae9abebd (patch) | |
tree | 68d0128a4ac45f05b16a15d47aae54699d77ab69 /ext/pcre/php_pcre.h | |
parent | d2dd99ded50c50c05c7245db4a81d589a3847368 (diff) | |
download | php-git-f9de2cc142af036f2dfbfd859f4ee532ae9abebd.tar.gz |
MFH
Diffstat (limited to 'ext/pcre/php_pcre.h')
-rw-r--r-- | ext/pcre/php_pcre.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h index ab91d13e21..d6068cfb74 100644 --- a/ext/pcre/php_pcre.h +++ b/ext/pcre/php_pcre.h @@ -61,6 +61,9 @@ typedef struct { ZEND_BEGIN_MODULE_GLOBALS(pcre) HashTable pcre_cache; + long backtrack_limit; + long recursion_limit; + int error_code; ZEND_END_MODULE_GLOBALS(pcre) #ifdef ZTS |