summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2014-04-25 08:33:37 +0400
committerDmitry Stogov <dmitry@zend.com>2014-04-25 08:33:37 +0400
commitd0ed1212a454dbbae7ec0327bc4f063e26037a0b (patch)
treee28252f878e7d668f06a40c45cf857cb5c545648 /ext/pcre/php_pcre.h
parent2178612186e030b344f05a85fda6e46851b5a598 (diff)
downloadphp-git-d0ed1212a454dbbae7ec0327bc4f063e26037a0b.tar.gz
Enable PCRE JIT compiler
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 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)