Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2159 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57309 invoked from network); 4 Jun 2003 14:30:24 -0000 Received: from unknown (HELO vckyb3.nw.wakwak.com) (211.9.231.144) by pb1.pair.com with SMTP; 4 Jun 2003 14:30:24 -0000 Received: from at.wakwak.com (at.wakwak.com [211.9.230.135:25]) by vckyb3.nw.wakwak.com (Postfix) with ESMTP id BF1463FF31; Wed, 4 Jun 2003 23:30:22 +0900 (JST) Received: from at.wakwak.com (z148.61-205-221.ppp.wakwak.ne.jp [61.205.221.148]) by at.wakwak.com (8.12.9/8.12.9/2003-06-03) with SMTP id h54EUKdO030775; Wed, 4 Jun 2003 23:30:22 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) Date: Wed, 04 Jun 2003 23:33:24 +0900 X-Mailer: EdMax Ver2.85.3F MIME-Version: 1.0 To: Joe Orton Cc: internals@lists.php.net Message-ID: <20030604233324EX1_JR@at.wakwak.com> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit In-Reply-To: <20030604140800.GB18927@redhat.com> References: <20030604140800.GB18927@redhat.com> Subject: Re: [PHP-DEV] [PATCH] iconv fix for LP64 platforms From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) Applied. Thanks for the patch. Moriyoshi Joe Orton wrote: > php_iconv_string() takes size_t as the out_len parameter, but > ob_iconv_handler is passing a pointer to an unsigned int.