php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8258 fgetcsv() fails with empty tab delimited fields
Submitted: 2000-12-14 08:28 UTC Modified: 2000-12-14 09:21 UTC
From: hartmut at six dot de Assigned:
Status: Closed Package: Filesystem function related
PHP Version: 4.0.3pl1 OS: *
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: hartmut at six dot de
New email:
PHP Version: OS:

 

 [2000-12-14 08:28 UTC] hartmut at six dot de
from the manual annotations to fgetcsv(): 
(reported by poc@baden-online.de)

fgetcsv() seems to ignore zero-length fields when working 
with tabs as separators (3.0.12). 
Instead work around this with fgets() and do an explode() 
afterwards, this gets you the right thing.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-14 09:21 UTC] hholzgra@php.net
fixed in cvs
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 12:01:31 2024 UTC