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 71e1847 commit bb2f1a6Copy full SHA for bb2f1a6
ext/pcre/php_pcre.c
@@ -75,7 +75,7 @@ PHPAPI ZEND_DECLARE_MODULE_GLOBALS(pcre)
75
76
#ifdef HAVE_PCRE_JIT_SUPPORT
77
#define PCRE_JIT_STACK_MIN_SIZE (32 * 1024)
78
-#define PCRE_JIT_STACK_MAX_SIZE (64 * 1024)
+#define PCRE_JIT_STACK_MAX_SIZE (192 * 1024)
79
ZEND_TLS pcre2_jit_stack *jit_stack = NULL;
80
#endif
81
ZEND_TLS pcre2_general_context *gctx = NULL;
0 commit comments