Skip to content

Commit 99d130a

Browse files
Reordering non bug entries
1 parent 75546bd commit 99d130a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NEWS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ PHP NEWS
1212
25 Nov 2021, PHP 8.1.0
1313

1414
- Core:
15+
. Fixed inclusion order for phpize builds on Windows. (cmb)
16+
. Added missing hashtable insertion APIs for arr/obj/ref. (Sara)
17+
. Implemented FR #77372 (Relative file path is removed from uploaded file).
18+
(Björn Tantau)
1519
. Fixed bug #81607 (CE_CACHE allocation with concurrent access). (Nikita,
1620
Dmitry)
1721
. Fixed bug #81507 (Fiber does not compile on AIX). (Clément Chigot)
@@ -41,14 +45,10 @@ PHP NEWS
4145
. Fixed bug #81202 (powerpc64 build fails on fibers). (krakjoe)
4246
. Fixed bug #80072 (Cyclic unserialize in TMPVAR operand may leak). (Nikita)
4347
. Fixed bug #81163 (__sleep allowed to return non-array). (krakjoe)
44-
. Fixed inclusion order for phpize builds on Windows. (cmb)
45-
. Added missing hashtable insertion APIs for arr/obj/ref. (Sara)
4648
. Fixed bug #75474 (function scope static variables are not bound to a unique
4749
function). (Nikita)
4850
. Fixed bug #53826 (__callStatic fired in base class through a parent call if
4951
the method is private). (Nikita)
50-
. Implemented FR #77372 (Relative file path is removed from uploaded file).
51-
(Björn Tantau)
5252
. Fixed bug #81076 (incorrect debug info on Closures with implicit binds).
5353
(krakjoe)
5454

0 commit comments

Comments
 (0)