summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-06-10 16:44:17 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-06-10 16:44:17 +0200
commit2a6f2d82e14735ca4da4fa6eb9df198ed9ae9890 (patch)
tree548828c1872b1a56839c06569ecba63a04e21931
parent6747068ce716ca9e458b245489086d7ff13109b9 (diff)
downloadphp-git-2a6f2d82e14735ca4da4fa6eb9df198ed9ae9890.tar.gz
Update NEWS wrt. bug 79681
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b67a16e951..9b8f2b5a38 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)