From d0ed1212a454dbbae7ec0327bc4f063e26037a0b Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Fri, 25 Apr 2014 08:33:37 +0400 Subject: Enable PCRE JIT compiler --- 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 f352059e62..266f6760c6 100644 --- a/ext/pcre/php_pcre.h +++ b/ext/pcre/php_pcre.h @@ -70,6 +70,9 @@ ZEND_BEGIN_MODULE_GLOBALS(pcre) HashTable pcre_cache; long backtrack_limit; long recursion_limit; +#ifdef PCRE_STUDY_JIT_COMPILE + zend_bool jit; +#endif int error_code; ZEND_END_MODULE_GLOBALS(pcre) -- cgit v1.2.1