Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6369 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64106 invoked by uid 1010); 12 Dec 2003 19:40:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 64052 invoked from network); 12 Dec 2003 19:40:47 -0000 Received: from unknown (HELO vckyb1.nw.wakwak.com) (211.9.230.144) by pb1.pair.com with SMTP; 12 Dec 2003 19:40:47 -0000 Received: from at.wakwak.com (at.wakwak.com [211.9.230.135]) by vckyb1.nw.wakwak.com (Postfix) with ESMTP id 1A9C43FE78; Sat, 13 Dec 2003 04:40:46 +0900 (JST) Received: from [192.168.0.130] (z152.218-225-128.ppp.wakwak.ne.jp [218.225.128.152]) by at.wakwak.com (8.12.10/8.12.10/2003-09-30) with ESMTP/inet id hBCJejng071402; Sat, 13 Dec 2003 04:40:45 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) In-Reply-To: <200312121442.54406.ilia@prohost.org> References: <25BBBBC2-2CD2-11D8-8FCC-000A95CE0C62@at.wakwak.com> <200312121407.48578.ilia@prohost.org> <200312121442.54406.ilia@prohost.org> Mime-Version: 1.0 (Apple Message framework v606) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <0E6C8F5C-2CDB-11D8-9F07-000A95CE0C62@at.wakwak.com> Content-Transfer-Encoding: 7bit Cc: Rasmus Lerdorf , PHP Internals Date: Sat, 13 Dec 2003 04:40:35 +0900 To: ilia@prohost.org X-Mailer: Apple Mail (2.606) Subject: Re: [PHP-DEV] Re: Regarding the latest patch on fgetcsv() (stable branch) From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) On 2003/12/13, at 4:42, Ilia Alshanetsky wrote: > On a related note I should mention that fgetcsv() in 4.3.X is > currently 2.5 > times faster then it's equivalent in 5.X. I don't know why you're mentioning this at this time, but I can say it is a sort of necessary evil :) Because the HEAD version is capable of handling various encodings, and less intricate IMO. Rather, I was surprised about that result, it's only 2.5 times slower :) Moriyoshi