Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6670 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95340 invoked by uid 1010); 22 Dec 2003 10:03:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 95294 invoked from network); 22 Dec 2003 10:03:33 -0000 Received: from unknown (HELO xaxa.search.ch) (195.141.85.118) by pb1.pair.com with SMTP; 22 Dec 2003 10:03:33 -0000 Received: from localhost (localhost [127.0.0.1]) by xaxa.search.ch (Postfix) with ESMTP id 637656D8F5; Mon, 22 Dec 2003 11:03:33 +0100 (CET) Received: by xaxa.search.ch (Postfix, from userid 65534) id 5637A6D8FD; Mon, 22 Dec 2003 11:03:32 +0100 (CET) Received: from cschneid.com (ultrafilter2-i [192.168.85.3]) by xaxa.search.ch (Postfix) with ESMTP id 136896D8F5; Mon, 22 Dec 2003 11:03:30 +0100 (CET) Message-ID: <3FE6C171.7@cschneid.com> Date: Mon, 22 Dec 2003 11:03:29 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030626 X-Accept-Language: de-ch, en-us, en MIME-Version: 1.0 To: Moriyoshi Koizumi Cc: ilia@prohost.org, PHP Internals List References: <200312211312.52512.ilia@prohost.org> <08A4825B-340D-11D8-B114-000A95CE0C62@at.wakwak.com> In-Reply-To: <08A4825B-340D-11D8-B114-000A95CE0C62@at.wakwak.com> X-Enigmail-Version: 0.76.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on xaxa.search.ch X-Spam-Level: X-Spam-Status: No, hits=-1.5 required=5.0 tests=BAYES_01 autolearn=ham version=2.61 X-Virus-Scanned: by AMaViS 0.3.12pre8 Subject: Re: [PHP-DEV] fgetcsv() conclusion From: cschneid@cschneid.com (Christian Schneider) Moriyoshi Koizumi wrote: >> 1) Leave things they way they are now, giving everyone a partial >> support for >> multibyte string in fgetcsv() and 2-3 performance decrease in all >> instances. > > Of course this is my choice. I'm not sure this is what you want because the words "_partial_ support" seem to be the catch here. I guess Ilia argues that the current way is broken. - Chris