mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0: Revert "Fix #81424: PCRE2 10.35 JIT performance regression"
This commit is contained in:
commit
34cd6cbfe0
2 changed files with 4 additions and 1 deletions
3
NEWS
3
NEWS
|
@ -10,6 +10,9 @@ PHP NEWS
|
|||
Doleček)
|
||||
. Fixed bug #81380 (Observer may not be initialized properly). (krakjoe)
|
||||
|
||||
- PCRE:
|
||||
. Unfixed bug #81424 (PCRE2 10.35 JIT performance regression). (cmb)
|
||||
|
||||
- Standard:
|
||||
. Fixed bug #81491 (Incorrectly using libsodium for argon2 hashing).
|
||||
(Dan Pock)
|
||||
|
|
|
@ -11228,7 +11228,7 @@ early_fail_type = (early_fail_ptr & 0x7);
|
|||
early_fail_ptr >>= 3;
|
||||
|
||||
/* During recursion, these optimizations are disabled. */
|
||||
if (common->early_fail_start_ptr == 0 && common->fast_forward_bc_ptr == NULL)
|
||||
if (common->early_fail_start_ptr == 0)
|
||||
{
|
||||
early_fail_ptr = 0;
|
||||
early_fail_type = type_skip;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue