diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2015-01-26 22:50:16 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2015-01-26 22:50:16 +0100 |
commit | 3f57663b571c94db9583c805212eb4e465f13c0f (patch) | |
tree | 4270715fb82b4762a4b6403fb10e32036ce984d2 | |
parent | b8461eb9ac6683ff398ac556e2ed1bffd8e591a5 (diff) | |
download | php-git-3f57663b571c94db9583c805212eb4e465f13c0f.tar.gz |
Add NEWS entry
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |