mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
Reordering non bug entries
This commit is contained in:
parent
75546bdef2
commit
99d130acbc
8
NEWS
8
NEWS
@ -12,6 +12,10 @@ PHP NEWS
|
||||
25 Nov 2021, PHP 8.1.0
|
||||
|
||||
- Core:
|
||||
. Fixed inclusion order for phpize builds on Windows. (cmb)
|
||||
. Added missing hashtable insertion APIs for arr/obj/ref. (Sara)
|
||||
. Implemented FR #77372 (Relative file path is removed from uploaded file).
|
||||
(Björn Tantau)
|
||||
. Fixed bug #81607 (CE_CACHE allocation with concurrent access). (Nikita,
|
||||
Dmitry)
|
||||
. Fixed bug #81507 (Fiber does not compile on AIX). (Clément Chigot)
|
||||
@ -41,14 +45,10 @@ PHP NEWS
|
||||
. Fixed bug #81202 (powerpc64 build fails on fibers). (krakjoe)
|
||||
. Fixed bug #80072 (Cyclic unserialize in TMPVAR operand may leak). (Nikita)
|
||||
. Fixed bug #81163 (__sleep allowed to return non-array). (krakjoe)
|
||||
. Fixed inclusion order for phpize builds on Windows. (cmb)
|
||||
. Added missing hashtable insertion APIs for arr/obj/ref. (Sara)
|
||||
. Fixed bug #75474 (function scope static variables are not bound to a unique
|
||||
function). (Nikita)
|
||||
. Fixed bug #53826 (__callStatic fired in base class through a parent call if
|
||||
the method is private). (Nikita)
|
||||
. Implemented FR #77372 (Relative file path is removed from uploaded file).
|
||||
(Björn Tantau)
|
||||
. Fixed bug #81076 (incorrect debug info on Closures with implicit binds).
|
||||
(krakjoe)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user