Test: /ext/ftp/tests/bug39458.phpt - Version 5.3.30-dev        

Bug #39458 ftp_nlist returns false on empty directories
Submitted: 2006-11-10 12:04:54 Modified: 2007-01-03 22:48:43
From: brain Assigned: nlopess
Status: Closed Package: FTP related
PHP Version: 4.4.5-dev OS: Rehat Linux

There are 2 different diffs reported by users for this test.

Count Diff
2 (67%)
002+
003+ Warning: ftp_nlist(): php_connect_nonb() failed: Operation now in progress (115) in %s/bug39458.php on line 9
004+ bool(false)
005+
006+ Warning: ftp_nlist(): php_connect_nonb() failed: Operation now in progress (115) in %s/bug39458.php on line 10
007+ bool(false)
008+
009+ Warning: ftp_nlist(): php_connect_nonb() failed: Operation now in progress (115) in %s/bug39458.php on line 11
002- array(3) {
003- [0]=>
004- string(5) "file1"
005- [1]=>
006- string(5) "file1"
007- [2]=>
008- string(9) "file
009- b0rk"
010- }
011- array(0) {
012- }
1 (33%)
001+ ** ERROR: process timed out **
001- bool(true)
002- array(3) {
003- [0]=>
004- string(5) "file1"
005- [1]=>
006- string(5) "file1"
007- [2]=>
008- string(9) "file
009- b0rk"
010- }
011- array(0) {
012- }
013- bool(false)