Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6373 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70025 invoked by uid 1010); 12 Dec 2003 20:45:35 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 69970 invoked from network); 12 Dec 2003 20:45:35 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 12 Dec 2003 20:45:35 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id hBCKjUn9015193; Fri, 12 Dec 2003 21:45:30 +0100 Date: Fri, 12 Dec 2003 21:45:30 +0100 (CET) X-X-Sender: derick@localhost To: Moriyoshi Koizumi cc: Ilia Alshanetsky , PHP Internals In-Reply-To: <0E6C8F5C-2CDB-11D8-9F07-000A95CE0C62@at.wakwak.com> Message-ID: References: <25BBBBC2-2CD2-11D8-8FCC-000A95CE0C62@at.wakwak.com> <200312121407.48578.ilia@prohost.org> <200312121442.54406.ilia@prohost.org> <0E6C8F5C-2CDB-11D8-9F07-000A95CE0C62@at.wakwak.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Re: Regarding the latest patch on fgetcsv() (stable branch) From: derick@php.net (Derick Rethans) On Sat, 13 Dec 2003, Moriyoshi Koizumi wrote: > 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 :) I would call that rather unacceptable actually. Isn't it possible create a new function for this which handles this MB 'crap' (and the same for basename) so that we don't have to lose performance because of those issues? regards, Derick