1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 00:53:30 +02:00

Update NEWS wrt. bug 79681

This commit is contained in:
Christoph M. Becker
2020-06-10 16:44:17 +02:00
parent 6747068ce7
commit 2a6f2d82e1

4
NEWS
View File

@@ -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)