Skip to content

Commit 9d63514

Browse files
committed
Update NEWS
1 parent b97a971 commit 9d63514

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

NEWS

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
?? Feb 2020, PHP 7.4.3
4-
5-
- COM:
6-
. Fixed bug #79247 (Garbage collecting variant objects segfaults). (cmb)
7-
8-
9-
06 Feb 2020, PHP 7.4.3RC1
3+
20 Feb 2020, PHP 7.4.3
104

115
- Core:
126
. Fixed bug #79146 (cscript can fail to run on some systems). (clarodeus)
@@ -19,6 +13,9 @@ PHP NEWS
1913
. Fixed bug #76047 (Use-after-free when accessing already destructed
2014
backtrace arguments). (Nikita)
2115

16+
- COM:
17+
. Fixed bug #79247 (Garbage collecting variant objects segfaults). (cmb)
18+
2219
- CURL:
2320
. Fixed bug #79078 (Hypothetical use-after-free in curl_multi_add_handle()).
2421
(cmb)
@@ -61,12 +58,20 @@ PHP NEWS
6158
. Fixed bug #79145 (openssl memory leak). (cmb, Nikita)
6259

6360
- Phar:
61+
. Fixed bug #79082 (Files added to tar with Phar::buildFromIterator have
62+
all-access permissions). (CVE-2020-7063) (stas)
63+
. Fixed bug #79171 (heap-buffer-overflow in phar_extract_file).
64+
(CVE-2020-7061) (cmb)
6465
. Fixed bug #76584 (PharFileInfo::decompress not working). (cmb)
6566

6667
- Reflection:
6768
. Fixed bug #79115 (ReflectionClass::isCloneable call reflected class
6869
__destruct). (Nikita)
6970

71+
- Session:
72+
. Fixed bug #79221 (Null Pointer Dereference in PHP Session Upload Progress).
73+
(CVE-2020-7062) (stas)
74+
7075
- Standard:
7176
. Fixed bug #78902 (Memory leak when using stream_filter_append). (liudaixiao)
7277
. Fixed bug #78969 (PASSWORD_DEFAULT should match PASSWORD_BCRYPT instead of being null). (kocsismate)

0 commit comments

Comments
 (0)