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 @@ -10,6 +10,9 @@ PHP NEWS
10
10
Doleček)
11
11
. Fixed bug #81380 (Observer may not be initialized properly). (krakjoe)
12
12
13
+ - PCRE:
14
+ . Unfixed bug #81424 (PCRE2 10.35 JIT performance regression). (cmb)
15
+
13
16
- Standard:
14
17
. Fixed bug #81491 (Incorrectly using libsodium for argon2 hashing).
15
18
(Dan Pock)
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 && common -> fast_forward_bc_ptr == NULL )
11231
+ if (common -> early_fail_start_ptr == 0 )
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