From f9de2cc142af036f2dfbfd859f4ee532ae9abebd Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Tue, 9 May 2006 18:29:26 +0000 Subject: MFH --- ext/pcre/php_pcre.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/pcre/php_pcre.h') 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 -- cgit v1.2.1