1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 01:32:22 +01:00
Files
archived-php-src/ext/ftp/tests
Philip Hofstetter 96cc419924 Fix bug #65667: ftp_nb_continue produces segfault
the idea behind ftp_nb_get is for it to be followed by multiple calls
to ftp_nb_continue in order to download a file piece-by-piece.

As such, it's unwise to close the stream used to write the downloaded
data to when the file hasn't been completely downloaded within the first
call to ftp_nb_get.

This regression was added in a93a462dce
and this patch restores the behavior that was seen pre-patch.
2013-10-04 17:25:46 +02:00
..
2006-12-19 10:03:24 +00:00
2006-11-24 20:18:54 +00:00
2007-05-07 18:03:01 +00:00
2007-05-07 18:03:01 +00:00
2007-05-07 18:03:01 +00:00
2007-05-07 18:03:01 +00:00
2007-05-07 18:03:01 +00:00
2007-05-07 18:03:01 +00:00
2007-05-07 18:03:01 +00:00
2007-05-07 18:03:01 +00:00
2013-07-15 00:23:03 -07:00
2013-07-15 00:23:03 -07:00