Skip to content

Need fix for ftell when data already cached #1

@wapmorgan

Description

@wapmorgan

Code to reproduce invalid offset:

$s->mark('start');
$s->readString(4);
$s->go('start');
for ($i = 0; $i<8;$i++) $s->readBit();

Now pointer set to wrong position.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions