ID:               39458
 Updated by:       [EMAIL PROTECTED]
 Reported By:      brain at eucoders dot com
-Status:           Assigned
+Status:           Feedback
 Bug Type:         FTP related
 Operating System: Rehat Linux
 PHP Version:      4.4.5-dev
 Assigned To:      nlopess
 New Comment:

After all, I had already merged the patch to php 4.4 some time ago. So
I really need access to your FTP server (an anonymous account is
sufficient)


Previous Comments:
------------------------------------------------------------------------

[2007-01-03 18:24:38] brain at eucoders dot com

Ok, after testing and testing and testing I got a nasty conclusion...

After testing:
http://www.phpclasses.org/browse/package/3174.html
http://www.phpclasses.org/browse/package/2137.html
http://www.phpclasses.org/browse/package/1244.html
which are simple clases to handle FTP without builtin functions I got
the same result which is "false" instead of "array()".

That gave me the conclusion that it can be another bug in my ProFTP
server 1.2.9 and I tried the same scripts for a different ftp server
and worked fine.

I think I will try to update ProFTP as well, and check again and post a
bug on their site.

Thanx.

------------------------------------------------------------------------

[2007-01-03 18:10:35] [EMAIL PROTECTED]

I didn't merge the patches to PHP 4..

------------------------------------------------------------------------

[2007-01-03 17:10:07] brain at eucoders dot com

The previous sequence is returning false even though the directory
exists and have 777 permissions.

------------------------------------------------------------------------

[2007-01-03 17:07:34] brain at eucoders dot com

The sequence of the code is:

ftpconnect();
echo "'";
$a=ftp_nlist($ftp_id, '/httpdocs/_site/s/5/0/3/t');
if($a===false) echo 'false';
else print_r($a);
echo "'";
ftpclose();

(ftpconnect and ftpclose are my defined functions to connect to ftp
server)

------------------------------------------------------------------------

[2007-01-03 17:06:10] brain at eucoders dot com

I installed:

php4 (tar.bz2) (4.3M) php4 (tar.gz) (5.3M) 
Built On: Jan 03, 2007 15:30 GMT

but the problem still appear.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/39458

-- 
Edit this bug report at http://bugs.php.net/?id=39458&edit=1

Reply via email to