diff options
Diffstat (limited to 'ext/pcre/php_pcre.h')
-rw-r--r-- | ext/pcre/php_pcre.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h index ba38a26a08..b59f16e898 100644 --- a/ext/pcre/php_pcre.h +++ b/ext/pcre/php_pcre.h @@ -72,6 +72,7 @@ ZEND_BEGIN_MODULE_GLOBALS(pcre) #ifdef HAVE_PCRE_JIT_SUPPORT zend_bool jit; #endif + zend_bool per_request_cache; int error_code; /* Used for unmatched subpatterns in OFFSET_CAPTURE mode */ zval unmatched_null_pair; |