summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2014-08-05 15:47:52 +0200
committerMichael Wallner <mike@php.net>2014-08-05 15:47:52 +0200
commit442629f81d7189fb39d1eba0b45c1ca9d82ca463 (patch)
tree00b22e3a99bfb9ee3d315baefaf1e4f24295e535
parentfa57c291bb681044cbc215a88580679afed7ac7c (diff)
downloadphp-git-442629f81d7189fb39d1eba0b45c1ca9d82ca463.tar.gz
BFN
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6079fffc24..b15d460097 100644
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,10 @@ PHP NEWS
. Fixed bug #60616 (odbc_fetch_into returns junk data at end of multi-byte
char fields). (Keyur)
+- Zlib:
+ . Fixed bug #67724 (chained zlib filters silently fail with large amounts of
+ data). (Mike)
+
24 Jul 2014, PHP 5.5.15
- Core: