File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ PHP NEWS
13
13
. Fixed bug #81409 (Incorrect JIT code for ADD with a reference to array).
14
14
(Dmitry)
15
15
16
+ - PCRE:
17
+ . Fixed bug #81424 (PCRE2 10.35 JIT performance regression). (cmb)
18
+
16
19
- Zip:
17
20
. Fixed bug #80833 (ZipArchive::getStream doesn't use setPassword). (Remi)
18
21
Original file line number Diff line number Diff line change @@ -11228,7 +11228,7 @@ early_fail_type = (early_fail_ptr & 0x7);
11228
11228
early_fail_ptr >>= 3 ;
11229
11229
11230
11230
/* During recursion, these optimizations are disabled. */
11231
- if (common -> early_fail_start_ptr == 0 )
11231
+ if (common -> early_fail_start_ptr == 0 && common -> fast_forward_bc_ptr == NULL )
11232
11232
{
11233
11233
early_fail_ptr = 0 ;
11234
11234
early_fail_type = type_skip ;
You can’t perform that action at this time.
0 commit comments