File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ PHP NEWS
12
12
25 Nov 2021, PHP 8.1.0
13
13
14
14
- 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)
15
19
. Fixed bug #81607 (CE_CACHE allocation with concurrent access). (Nikita,
16
20
Dmitry)
17
21
. Fixed bug #81507 (Fiber does not compile on AIX). (Clément Chigot)
@@ -41,14 +45,10 @@ PHP NEWS
41
45
. Fixed bug #81202 (powerpc64 build fails on fibers). (krakjoe)
42
46
. Fixed bug #80072 (Cyclic unserialize in TMPVAR operand may leak). (Nikita)
43
47
. 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)
46
48
. Fixed bug #75474 (function scope static variables are not bound to a unique
47
49
function). (Nikita)
48
50
. Fixed bug #53826 (__callStatic fired in base class through a parent call if
49
51
the method is private). (Nikita)
50
- . Implemented FR #77372 (Relative file path is removed from uploaded file).
51
- (Björn Tantau)
52
52
. Fixed bug #81076 (incorrect debug info on Closures with implicit binds).
53
53
(krakjoe)
54
54
You can’t perform that action at this time.
0 commit comments