summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2020-02-18 10:15:40 +0000
committerDerick Rethans <github@derickrethans.nl>2020-02-18 10:15:40 +0000
commit9d63514d3574ed3b526358a6690aff56d27274b3 (patch)
treeebcd45db832fb34a500be1252c0a248e3d9f9357
parentb97a9718c83380eff20ae1be22f2a5a4f7a53d89 (diff)
downloadphp-git-PHP-7.4.3.tar.gz
Update NEWSPHP-7.4.3
-rw-r--r--NEWS19
1 files changed, 12 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 554b5aefd5..2548335eea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Feb 2020, PHP 7.4.3
-
-- COM:
- . Fixed bug #79247 (Garbage collecting variant objects segfaults). (cmb)
-
-
-06 Feb 2020, PHP 7.4.3RC1
+20 Feb 2020, PHP 7.4.3
- Core:
. Fixed bug #79146 (cscript can fail to run on some systems). (clarodeus)
@@ -19,6 +13,9 @@ PHP NEWS
. Fixed bug #76047 (Use-after-free when accessing already destructed
backtrace arguments). (Nikita)
+- COM:
+ . Fixed bug #79247 (Garbage collecting variant objects segfaults). (cmb)
+
- CURL:
. Fixed bug #79078 (Hypothetical use-after-free in curl_multi_add_handle()).
(cmb)
@@ -61,12 +58,20 @@ PHP NEWS
. Fixed bug #79145 (openssl memory leak). (cmb, Nikita)
- Phar:
+ . Fixed bug #79082 (Files added to tar with Phar::buildFromIterator have
+ all-access permissions). (CVE-2020-7063) (stas)
+ . Fixed bug #79171 (heap-buffer-overflow in phar_extract_file).
+ (CVE-2020-7061) (cmb)
. Fixed bug #76584 (PharFileInfo::decompress not working). (cmb)
- Reflection:
. Fixed bug #79115 (ReflectionClass::isCloneable call reflected class
__destruct). (Nikita)
+- Session:
+ . Fixed bug #79221 (Null Pointer Dereference in PHP Session Upload Progress).
+ (CVE-2020-7062) (stas)
+
- Standard:
. Fixed bug #78902 (Memory leak when using stream_filter_append). (liudaixiao)
. Fixed bug #78969 (PASSWORD_DEFAULT should match PASSWORD_BCRYPT instead of being null). (kocsismate)