File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,6 @@ PHP NEWS
18
18
. Fixed bug #79188 (Memory corruption in preg_replace/preg_replace_callback
19
19
and unicode). (Nikita)
20
20
21
- - Phar:
22
- . Fixed bug #79082 (Files added to tar with Phar::buildFromIterator have
23
- all-access permissions). (CVE-2020-7063) (stas)
24
- . Fixed bug #79171 (heap-buffer-overflow in phar_extract_file).
25
- (CVE- 2020-7061) (cmb)
26
-
27
- - Session:
28
- . Fixed bug #79221 (Null Pointer Dereference in PHP Session Upload Progress).
29
- (CVE-2020-7062) (stas)
30
-
31
21
- Standard:
32
22
. Fixed bug #79254 (getenv() w/o arguments not showing changes). (cmb)
33
23
@@ -63,12 +53,20 @@ PHP NEWS
63
53
. Fixed bug #79145 (openssl memory leak). (cmb, Nikita)
64
54
65
55
- Phar:
56
+ . Fixed bug #79082 (Files added to tar with Phar::buildFromIterator have
57
+ all-access permissions). (CVE-2020-7063) (stas)
58
+ . Fixed bug #79171 (heap-buffer-overflow in phar_extract_file).
59
+ (CVE- 2020-7061) (cmb)
66
60
. Fixed bug #76584 (PharFileInfo::decompress not working). (cmb)
67
61
68
62
- Reflection:
69
63
. Fixed bug #79115 (ReflectionClass::isCloneable call reflected class
70
64
__destruct). (Nikita)
71
65
66
+ - Session:
67
+ . Fixed bug #79221 (Null Pointer Dereference in PHP Session Upload Progress).
68
+ (CVE-2020-7062) (stas)
69
+
72
70
- SPL:
73
71
. Fixed bug #79151 (heap use after free caused by
74
72
spl_dllist_it_helper_move_forward). (Nikita)
You can’t perform that action at this time.
0 commit comments