Hi
I agree, and post patch in this mail.
Thanks.
--- ftp.c-orig Wed Jan 9 22:35:14 2002
+++ ftp.c Wed Jan 29 22:30:19 2002
@@ -918,6 +918,8 @@
(ftp->inbuf[2] - '0');
memmove(ftp->inbuf, ftp->inbuf + 4, FTP_BUFSIZE - 4);
+ if (ftp->extra)
+ ftp->extra -= 4;
return 1;
}
Markus Fischer wrote in <[EMAIL PROTECTED]>:
> This sounds like a good idea. Can you please post a unified
> diff against latest CVS to php-dev@ ?
>
> - Markus
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]