stas                                     Sat, 19 Dec 2009 01:15:30 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=292310

Log:
Fixed bug #50196 stream_copy_to_stream() produces warning when source is not 
file

Bug: http://bugs.php.net/50196 (Closed) stream_copy_to_stream() produces 
warning when source is not file
      
Changed paths:
    U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_3/NEWS
===================================================================
--- php/php-src/branches/PHP_5_3/NEWS   2009-12-19 01:13:33 UTC (rev 292309)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-12-19 01:15:30 UTC (rev 292310)
@@ -77,6 +77,8 @@
   (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)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to