summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2015-01-26 22:50:16 +0100
committerBob Weinand <bobwei9@hotmail.com>2015-01-26 22:50:16 +0100
commit3f57663b571c94db9583c805212eb4e465f13c0f (patch)
tree4270715fb82b4762a4b6403fb10e32036ce984d2
parentb8461eb9ac6683ff398ac556e2ed1bffd8e591a5 (diff)
downloadphp-git-3f57663b571c94db9583c805212eb4e465f13c0f.tar.gz
Add NEWS entry
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2a25af0775..a9ddf575d5 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,9 @@ PHP NEWS
. Fixed bug #68657 (Reading 4 byte floats with Mysqli and libmysqlclient
has rounding errors) (Keyur Govande)
+- Streams:
+ . Fixed bug which caused call after final close on streams filter. (Bob)
+
22 Jan 2015, PHP 5.5.21
- Core: