ID: 21309 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Closed Bug Type: FTP related Operating System: linux PHP Version: 4.3.0 Assigned To: sesser New Comment:
This bug has been fixed in CVS. In case this was a PHP problem, snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. In case this was a documentation problem, the fix will show up soon at http://www.php.net/manual/. In case this was a PHP.net website problem, the change will show up on the PHP.net site and on the mirror sites in short time. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2003-01-02 19:30:41] [EMAIL PROTECTED] Note: I just sent a patch for it to php-dev. Thank you for reviewing it. ------------------------------------------------------------------------ [2002-12-31 04:53:32] [EMAIL PROTECTED] 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 ------------------------------------------------------------------------ [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