summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-03-17 11:04:24 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-03-17 11:06:45 +0100
commit6a4fff4682c7b9a346b026e9b43a1f5e4071a6c0 (patch)
tree78b907f7a955d669ce6ae06f413c4b1860f293d5
parentc8d21d7728109b0f911033c098cfaeb7438ba1d5 (diff)
downloadphp-git-6a4fff4682c7b9a346b026e9b43a1f5e4071a6c0.tar.gz
Fix NEWS
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index b69258e93c..325a3e7870 100644
--- a/NEWS
+++ b/NEWS
@@ -2,14 +2,14 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2020, PHP 7.2.29
-- Core:
- . Fixed bug #79329 (get_headers() silently truncates after a null byte)
- (CVE-2020-7066) (cmb)
-
- EXIF:
- . Fixed bug #79282 (Use-of-uninitialized-value in exif) (CVE-2020-7064)
+ . Fixed bug #79282 (Use-of-uninitialized-value in exif). (CVE-2020-7064)
(Nikita)
+- Standard:
+ . Fixed bug #79329 (get_headers() silently truncates after a null byte)
+ (CVE-2020-7066). (cmb)
+
20 Feb 2020, PHP 7.2.28
- DOM: