summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: