On Fri, 3 Jan 2003 [EMAIL PROTECTED] wrote: > Hello, > > Even if this bug was assigned to sesser, this is a patch that fix the > memory managment and that removes perror and replace it by > php_error_docref().
+ php_error_docref(NULL TSRMLS_CC, E_WARNING, "ftp_open: cannot get +socket name"); No need to repeat the ftp_open, this is php_error_docref's task: + php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot get socket name"); > > It's also online if the mailing is denying it: > http://nicos.worldakt.com/ftp_c.patch. Please don't mix code and whitespace changes, it's much harder to see the changes now. Derick -- ------------------------------------------------------------------------- Derick Rethans http://derickrethans.nl/ PHP Magazine - PHP Magazine for Professionals http://php-mag.net/ ------------------------------------------------------------------------- -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php