[PHP-DEV] CVS Account Request: iwakiri

2002-10-18 Thread Youichi Iwakiri
I would like to help i18n related development including mbstring, manual maintenance (English and Japanese) and maintain some PECL module like namazu. Access requested: php4, pear, phpdoc and phpdoc-ja -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit:

Re: [PHP-DEV] Bug #15296: ftp_getresp()'s bug when ftp server returnsmultiple response code

2002-01-30 Thread Youichi Iwakiri
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) +