summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-06-10 14:24:00 +0200
committerRemi Collet <remi@php.net>2014-06-10 14:24:00 +0200
commit20b03c84ec0d66a017a06f3c1fcbf8ffdf62c1a7 (patch)
tree1b7f4cda5b1f971f4def056f5753fb07afe87748
parentff66c90af07b24882dd3a5b40b199778faaaaa6c (diff)
downloadphp-git-20b03c84ec0d66a017a06f3c1fcbf8ffdf62c1a7.tar.gz
NEWS
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 02f858ee71..52eec6b657 100644
--- a/NEWS
+++ b/NEWS
@@ -22,9 +22,11 @@ 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)
+ string size). (Francisco Alonso, Jan Kaluza, Remi)
. Fixed bug #67411 (fileinfo: cdf_check_stream_offset insufficient boundary
- check). (Francisco Alonso, Remi)
+ check). (Francisco Alonso, Jan Kaluza, Remi)
+ . Fixed bug #67412 (fileinfo: cdf_count_chain insufficient boundary check).
+ ((Francisco Alonso, Jan Kaluza, Remi)
- OPCache:
. Fixed issue #183 (TMP_VAR is not only used once). (Dmitry, Laruence)