Skip to content

Commit 16c7c71

Browse files
committed
Fix NEWS [ci skip]
1 parent 788065f commit 16c7c71

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

NEWS

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@ PHP NEWS
1818
. Fixed bug #79188 (Memory corruption in preg_replace/preg_replace_callback
1919
and unicode). (Nikita)
2020

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-
3121
- Standard:
3222
. Fixed bug #79254 (getenv() w/o arguments not showing changes). (cmb)
3323

@@ -63,12 +53,20 @@ PHP NEWS
6353
. Fixed bug #79145 (openssl memory leak). (cmb, Nikita)
6454

6555
- 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)
6660
. Fixed bug #76584 (PharFileInfo::decompress not working). (cmb)
6761

6862
- Reflection:
6963
. Fixed bug #79115 (ReflectionClass::isCloneable call reflected class
7064
__destruct). (Nikita)
7165

66+
- Session:
67+
. Fixed bug #79221 (Null Pointer Dereference in PHP Session Upload Progress).
68+
(CVE-2020-7062) (stas)
69+
7270
- SPL:
7371
. Fixed bug #79151 (heap use after free caused by
7472
spl_dllist_it_helper_move_forward). (Nikita)

0 commit comments

Comments
 (0)