Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8893 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19446 invoked by uid 1010); 2 Apr 2004 14:17:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 19418 invoked from network); 2 Apr 2004 14:17:40 -0000 Received: from unknown (HELO asuka.nerv) (24.100.195.79) by pb1.pair.com with SMTP; 2 Apr 2004 14:17:40 -0000 Received: (qmail 15735 invoked from network); 2 Apr 2004 14:17:39 -0000 Received: from rei.nerv (HELO dummy.com) (rei@192.168.1.1) by asuka.nerv with SMTP; 2 Apr 2004 14:17:39 -0000 Reply-To: ilia@prohost.org To: internals@lists.php.net, Moriyoshi Koizumi Date: Fri, 2 Apr 2004 09:17:42 -0500 User-Agent: KMail/1.6.1 References: <20DA0754-847F-11D8-B2F6-000A95CE0C62@at.wakwak.com> In-Reply-To: <20DA0754-847F-11D8-B2F6-000A95CE0C62@at.wakwak.com> Organization: Prohost.org MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: <200404020917.42231.ilia@prohost.org> Subject: Re: [PHP-DEV] Bug #27730 (fgetcsv() fails on 2 newlines) From: ilia@prohost.org (Ilia Alshanetsky) I've just tried the script an both PHP 4.3.6, 4.2.3 and 5.0 return the same results. Result: array(2) { [0]=> string(3) "one" [1]=> string(4) "val1" } array(2) { [0]=> string(3) "two" [1]=> string(4) "val2" } array(1) { [0]=> string(0) "" } array(2) { [0]=> string(5) "three" [1]=> string(4) "val3" } Ilia