summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-08-30 04:06:00 +0200
committerAnatol Belski <ab@php.net>2014-08-30 04:06:00 +0200
commitdaefca44b5ed60b6adb1238babbf3a51e8541404 (patch)
treef3814fff16c825d5a9c38f47fb97d3855c680837
parentc301467f9ba07384386fa0f61c0c63cb4da037d0 (diff)
downloadphp-git-daefca44b5ed60b6adb1238babbf3a51e8541404.tar.gz
updated NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 02dc1ec668..5473aba2e1 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@ PHP NEWS
- Core:
. Fixed bug #67878 (program_prefix not honoured in man pages). (Remi)
+- Fileinfo:
+ . Fixed bug #67731 (finfo::file() returns invalid mime type
+ for binary files). (Anatol)
+
- GD:
. Made fontFetch's path parser thread-safe. (Sara)