ID:               21309
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Assigned
 Bug Type:         FTP related
 Operating System: linux
 PHP Version:      4.3.0
-Assigned To:      
+Assigned To:      sesser
 New Comment:

Verified, the whole FTP code uses perror() and not php_error_docref().
It also makes use of free() and malloc() and doesn't use the zend
memory manager for it.

Derick


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

[2002-12-31 04:50:07] [EMAIL PROTECTED]

ftp_connect() returns stream or false on error

this is not the case for error messages like "connect: Connection timed
out" which go trough perror() calls inside the extension

theese should be actively removed or replaced with E_WARNING or
E_NOTICE errors which can be actively ignored/handled by script.

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


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

Reply via email to