From 2a6f2d82e14735ca4da4fa6eb9df198ed9ae9890 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Wed, 10 Jun 2020 16:44:17 +0200 Subject: [PATCH] Update NEWS wrt. bug 79681 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index b67a16e9515..9b8f2b5a389 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,10 @@ PHP NEWS . Fixed bug #79683 (Fake reflection scope affects __toString()). (Nikita) . Fixed possibly unsupported timercmp() usage. (cmb) +- Fileinfo: + . Fixed bug #79681 (mime_content_type/finfo returning incorrect mimetype). + (cmb) + - Filter: . Fixed bug #73527 (Invalid memory access in php_filter_strip). (cmb)