Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8888 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10142 invoked by uid 1010); 2 Apr 2004 08:33:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 10066 invoked from network); 2 Apr 2004 08:33:45 -0000 Received: from unknown (HELO mgkyb2.nw.wakwak.com) (211.9.231.193) by pb1.pair.com with SMTP; 2 Apr 2004 08:33:45 -0000 Received: from vckyb2.nw.wakwak.com (postfix@vckyb2.nw.wakwak.com [211.9.230.145]) by mgkyb2.nw.wakwak.com (8.12.11/8.12.11/2004-03-24) with SMTP id i328XiXf013616 for ; Fri, 2 Apr 2004 17:33:44 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) Received: from at.wakwak.com (at.wakwak.com [211.9.230.135]) by vckyb2.nw.wakwak.com (Postfix) with ESMTP id 4382A40002 for ; Fri, 2 Apr 2004 17:33:44 +0900 (JST) Received: from [192.168.0.130] (z204.61-193-211.ppp.wakwak.ne.jp [61.193.211.204]) (pbs=e0x3ip) by at.wakwak.com (8.12.11/8.12.11/2004-03-29) with ESMTP/inet id i328XhWS046202 for ; Fri, 2 Apr 2004 17:33:44 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) Mime-Version: 1.0 (Apple Message framework v613) In-Reply-To: <20DA0754-847F-11D8-B2F6-000A95CE0C62@at.wakwak.com> References: <20DA0754-847F-11D8-B2F6-000A95CE0C62@at.wakwak.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <6EA2C016-8480-11D8-B2F6-000A95CE0C62@at.wakwak.com> Content-Transfer-Encoding: 7bit Date: Fri, 2 Apr 2004 17:33:35 +0900 To: internals@lists.php.net X-Mailer: Apple Mail (2.613) Subject: Re: [PHP-DEV] Bug #27730 (fgetcsv() fails on 2 newlines) From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) > that kind, because versions prior to 4.3.5 returns an array > that contains a null string element and the script supplied > by the user on bug #27730 had worked flawlessly. Here I mean: because in versions prior to 4.3.5 fgetcsv() returns an array that contains a null string element for an empty line.. Anyway, I might be a bit too late. Moriyoshi