Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.3.2

Bug #7881 stream_copy_to_stream function args reversed
Submitted: 2006-06-12 20:23 UTC
From: clay Assigned: cellog
Status: Closed Package: PEAR_RemoteInstaller (version 0.3.0)
PHP Version: 5.1.4 OS: Mac OS X 10.4.6
Roadmaps: (Not assigned)    
Subscription  


 [2006-06-12 20:23 UTC] clay (Clay Loveless)
Description: ------------ Line 224 of FTP.php reads: $ret = @stream_copy_to_stream($remote, $local); According to the PHP manual, it should read: $ret = @stream_copy_to_stream($local, $remote); http://www.php.net/manual/en/function.stream-copy-to-stream.php

Comments

 [2006-10-19 23:45 UTC] cellog (Greg Beaver)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.