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
..
001.phpt
002.phpt
003.phpt
004.phpt Fix tests 2006-12-19 10:03:24 +00:00
005.phpt fix tests after Tony's commit and add a test for the bug he fixed 2006-11-24 15:47:45 +00:00
006.phpt more tests 2006-11-24 20:18:54 +00:00
bug7216-2.phpt fix test names 2007-05-07 18:03:01 +00:00
bug7216.phpt fix test names 2007-05-07 18:03:01 +00:00
bug27809.phpt fix test names 2007-05-07 18:03:01 +00:00
bug37799.phpt fix test names 2007-05-07 18:03:01 +00:00
bug39458-2.phpt fix test names 2007-05-07 18:03:01 +00:00
bug39458.phpt fix test names 2007-05-07 18:03:01 +00:00
bug39583-2.phpt fix test names 2007-05-07 18:03:01 +00:00
bug39583.phpt fix test names 2007-05-07 18:03:01 +00:00
cert.pem
filesize_large.phpt First fixes for a 64bit compatible ftp extension 2013-08-04 19:31:30 -07:00
ftp_alloc_basic1.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ftp_alloc_basic2.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ftp_chmod_basic.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ftp_exec_basic.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
ftp_fget_basic1.phpt More tests from 2009 testfest 2009-08-30 09:30:13 +00:00
ftp_fget_basic2.phpt More tests from 2009 testfest 2009-08-30 09:30:13 +00:00
ftp_fget_basic3.phpt More tests from 2009 testfest 2009-08-30 09:30:13 +00:00
ftp_fget_basic.phpt typo fixes 2013-07-15 00:23:03 -07:00
ftp_get_basic.phpt typo fixes 2013-07-15 00:23:03 -07:00
ftp_mdtm_basic.phpt FTP test from Nathaniel McHugh 2008-12-05 16:28:16 +00:00
ftp_nb_continue.phpt Fix bug #65667: ftp_nb_continue produces segfault 2013-10-04 17:25:46 +02:00
ftp_nb_fget_basic1.phpt More tests from 2009 testfest 2009-08-30 09:30:13 +00:00
ftp_nb_fget_basic2.phpt More tests from 2009 testfest 2009-08-30 09:30:13 +00:00
ftp_nb_fget_basic3.phpt More tests from 2009 testfest 2009-08-30 09:30:13 +00:00
ftp_nb_get_large.phpt First fixes for a 64bit compatible ftp extension 2013-08-04 19:31:30 -07:00
ftp_rawlist_basic2.phpt More tests from 2009 testfest 2009-08-30 09:30:13 +00:00
ftp_rmdir_basic.phpt Remove executable permission on phpt 2012-10-10 10:27:49 +08:00
server.inc Fix bug #65667: ftp_nb_continue produces segfault 2013-10-04 17:25:46 +02:00
skipif.inc