summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-06-10 14:35:57 +0200
committerRemi Collet <remi@php.net>2014-06-10 14:35:57 +0200
commita4d709afe2b5345c54c04b095ad8c3fa8afe8b27 (patch)
tree1f8f8119e916c069f235c7f420392a1cfddacbcc
parent12a62ce868e9f83157ccd942d8e97c025d19f63c (diff)
downloadphp-git-a4d709afe2b5345c54c04b095ad8c3fa8afe8b27.tar.gz
NEWS
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 52eec6b657..a2e33c343a 100644
--- a/NEWS
+++ b/NEWS
@@ -26,7 +26,10 @@ PHP NEWS
. Fixed bug #67411 (fileinfo: cdf_check_stream_offset insufficient boundary
check). (Francisco Alonso, Jan Kaluza, Remi)
. Fixed bug #67412 (fileinfo: cdf_count_chain insufficient boundary check).
- ((Francisco Alonso, Jan Kaluza, Remi)
+ (Francisco Alonso, Jan Kaluza, Remi)
+ . Fixed bug #67413 (fileinfo: cdf_read_property_info insufficient boundary
+ check). (Francisco Alonso, Jan Kaluza, Remi)
+
- OPCache:
. Fixed issue #183 (TMP_VAR is not only used once). (Dmitry, Laruence)