We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc65603 commit 97eef17Copy full SHA for 97eef17
ext/pcre/php_pcre.c
@@ -695,7 +695,6 @@ PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex)
695
#ifdef HAVE_PCRE_JIT_SUPPORT
696
if (PCRE_G(jit)) {
697
/* Enable PCRE JIT compiler */
698
- int rc;
699
rc = pcre2_jit_compile(re, PCRE2_JIT_COMPLETE);
700
if (rc < 0) {
701
pcre2_get_error_message(rc, error, sizeof(error));
0 commit comments