php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4039 fgetcsv ignores multiple separators
Submitted: 2000-04-04 19:42 UTC Modified: 2005-03-31 16:13 UTC
From: poc at baden-online dot de Assigned:
Status: Wont fix Package: Misbehaving function
PHP Version: 3.0.12 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: poc at baden-online dot de
New email:
PHP Version: OS:

 

 [2000-04-04 19:42 UTC] poc at baden-online dot de
The whitespace between the braces is one tab (0x9) character.
fgetcsv($fp, 10240, " ") ignores mutiple occurences of tabs (zero length fields).
Doin' a fgets() with an afterwards explode() works as expected.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-31 16:13 UTC] php-bugs at lists dot php dot net
We are sorry, but we do not support PHP 3 related problems anymore.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 11 00:01:31 2024 UTC