summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcre/php_pcre.h')
-rw-r--r--ext/pcre/php_pcre.h3
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