summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2014-08-21 11:34:38 +0200
committerJulien Pauli <jpauli@php.net>2014-08-21 11:34:38 +0200
commitdbbf1c2a3cff5908afd5229c58e52440073116f8 (patch)
tree0f504aee43aa03d6699a9ef803da4be426d93beb
parent43ed561222ab013f6d0e46dc5f2f1cb9a6c0f003 (diff)
downloadphp-git-dbbf1c2a3cff5908afd5229c58e52440073116f8.tar.gz
updated NEWS to fit last release
-rw-r--r--NEWS22
1 files changed, 12 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 6b0e5308b6..476602582e 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@ PHP NEWS
. Fixed bug #47358 (glob returns error, should be empty array()). (Pierre)
. Fixed bug #67878 (program_prefix not honoured in man pages). (Remi)
+- COM:
+ . Fixed bug #41577 (DOTNET is successful once per server run)
+ (Aidas Kasparas)
+
- OpenSSL:
. Fixed bug #41631 (socket timeouts not honored in blocking SSL reads).
(Daniel Lowrey)
@@ -24,12 +28,17 @@ PHP NEWS
- GD
. Made fontFetch's path parser thread-safe. (Sara).
-?? ??? 2014, PHP 5.5.16
+- MySQLi:
+ . Fixed bug #67839 (mysqli does not handle 4-byte floats correctly). (Keyur)
+
+- Zlib:
+ . Fixed bug #67724 (chained zlib filters silently fail with large amounts of
+ data). (Mike)
+
+21 Aug 2014, PHP 5.5.16
- COM:
. Fixed missing type checks in com_event_sink (Yussuf Khalil, Stas).
- . Fixed bug #41577 (DOTNET is successful once per server run)
- (Aidas Kasparas)
- Fileinfo:
. Fixed bug #67705 (extensive backtracking in rule regular expression).
@@ -71,13 +80,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)
-
24 Jul 2014, PHP 5.5.15
- Core: