summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-06-10 14:04:52 +0200
committerRemi Collet <remi@php.net>2014-06-10 14:04:52 +0200
commitda399ce6a8ebea05e80de6c176f479ef5a6961c8 (patch)
treeeb1fbcb6dcefb270714022ab4c855b72e93d0316
parent18ff81eb1ac4fa5a5eacbf3da04437f128ff7c81 (diff)
downloadphp-git-da399ce6a8ebea05e80de6c176f479ef5a6961c8.tar.gz
NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2ba1852a41..7b983b4cc3 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,8 @@ PHP NEWS
- Fileinfo:
. Fixed bug #67326 (fileinfo: cdf_read_short_sector insufficient boundary check).
+ . Fixed bug #67410 (fileinfo: mconvert incorrect handling of truncated pascal
+ string size). (Francisco Alonso, Remi)
- OPCache:
. Fixed issue #183 (TMP_VAR is not only used once). (Dmitry, Laruence)