mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Add missing ifdef
This commit is contained in:
parent
9acbab30cc
commit
ce85d0f24f
1 changed files with 2 additions and 0 deletions
|
@ -243,7 +243,9 @@ static PHP_GINIT_FUNCTION(pcre) /* {{{ */
|
|||
pcre_globals->backtrack_limit = 0;
|
||||
pcre_globals->recursion_limit = 0;
|
||||
pcre_globals->error_code = PHP_PCRE_NO_ERROR;
|
||||
#ifdef HAVE_PCRE_JIT_SUPPORT
|
||||
pcre_globals->jit = 1;
|
||||
#endif
|
||||
|
||||
php_pcre_init_pcre2(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue