File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ PHP NEWS
29
29
. Fixed bug #81472 (Cannot support large linux major/minor device number when
30
30
read /proc/self/maps). (Lin Yang)
31
31
32
- - PCRE:
33
- . Fixed bug #81424 (PCRE2 10.35 JIT performance regression). (cmb)
34
-
35
32
- Reflection:
36
33
. ReflectionAttribute is no longer final. (sasezaki)
37
34
Original file line number Diff line number Diff line change @@ -11152,7 +11152,7 @@ early_fail_type = (early_fail_ptr & 0x7);
11152
11152
early_fail_ptr >>= 3 ;
11153
11153
11154
11154
/* During recursion, these optimizations are disabled. */
11155
- if (common -> early_fail_start_ptr == 0 && common -> fast_forward_bc_ptr == NULL )
11155
+ if (common -> early_fail_start_ptr == 0 )
11156
11156
{
11157
11157
early_fail_ptr = 0 ;
11158
11158
early_fail_type = type_skip ;
You can’t perform that action at this time.
0 commit comments