php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43265 wrong header interpretation
Submitted: 2007-11-12 17:29 UTC Modified: 2007-11-14 23:39 UTC
From: roberto at spadim dot com dot br Assigned:
Status: Not a bug Package: dBase related
PHP Version: 5.2.5 OS: any
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: roberto at spadim dot com dot br
New email:
PHP Version: OS:

 

 [2007-11-12 17:29 UTC] roberto at spadim dot com dot br
Description:
------------
continuing bug 42261...


[28 Sep 7:18pm UTC] roberto at spadim dot com dot br

hello, the same error occur now for logic data (boolean)

    [0] => Array
        (
            [name] => SUSPENSO
            [type] => boolean
            [length] => 34817  <========= should be 1
            [precision] => 0
            [format] => %34817s
            [offset] => 1
        )

    [1] => Array
        (
            [name] => COD_CAD
            [type] => number
            [length] => 9
            [precision] => 0
:
....

[17 Oct 6:45am UTC] roberto at spadim dot com dot br

=>            case 'L':
=>                dbf->db_flen = 1;
=>                break;

should work for logic values (boolean)



the patch was not included in php 5.2.5!

Reproduce code:
---------------
a file with some wrong header information

Expected result:
----------------
boolean must be 1 byte length

Actual result:
--------------
an arbitrary length

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-11-14 23:39 UTC] jani@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

Just one report per bug, okay?
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 01 10:01:30 2024 UTC