summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2009-12-19 01:15:30 +0000
committerStanislav Malyshev <stas@php.net>2009-12-19 01:15:30 +0000
commitae70213177f8363a85418e4e9bf4ea73624e406d (patch)
treec7435a6cc81e7fd39a1e9613f7e1f8513252f894
parent0401c6ca2da4bfe6196ed20deec42548d31a9c2e (diff)
downloadphp-git-ae70213177f8363a85418e4e9bf4ea73624e406d.tar.gz
Fixed bug #50196 stream_copy_to_stream() produces warning when source is not file
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d9eb3e9cd7..5a631a458a 100644
--- a/NEWS
+++ b/NEWS
@@ -77,6 +77,8 @@ PHP NEWS
(tcallawa at redhat dot com)
- Fixed bug #50207 (segmentation fault when concatenating very large strings on
64bit linux). (Ilia)
+- Fixed bug #50196 (stream_copy_to_stream() produces warning when source is
+ not file). (Stas)
- Fixed bug #50195 (pg_copy_to() fails when table name contains schema. (Ilia)
- Fixed bug #50185 (ldap_get_entries() return false instead of an empty array
when there is no error). (Jani)