summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2014-08-21 22:41:36 +0200
committerMichael Wallner <mike@php.net>2014-08-21 22:41:36 +0200
commit54fbbded372b771cf281a73e1981cde642107924 (patch)
tree887cef65037dd0b47222f8ec65d010d18f2e5354 /NEWS
parent9185cfd53960336ca3b041342a9ac5efeebf3a14 (diff)
downloadphp-git-54fbbded372b771cf281a73e1981cde642107924.tar.gz
fix bug #67865
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 5 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index ac71d9ba7b..a34be3a47f 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,11 @@ PHP NEWS
- Wddx:
. Fixed bug #67873 (Segfaults in php_wddx_serialize_var). (Anatol, Remi)
+- Zlib:
+ . Fixed bug #67724 (chained zlib filters silently fail with large amounts of
+ data). (Mike)
+ . Fixed bug #67865 (internal corruption phar error). (Mike)
+
?? ??? 2014, PHP 5.4.32
- COM:
@@ -66,10 +71,6 @@ 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)
-
- MySQLi:
. Fixed bug #67839 (mysqli does not handle 4-byte floats correctly). (Keyur)