Skip to content

Releases: mdurrant/php-binary-reader

1.0.9 Stable

Choose a tag to compare

@mdurrant mdurrant released this 08 Dec 01:25

Int64 reader support

1.0.8 Stable

Choose a tag to compare

@mdurrant mdurrant released this 28 Oct 19:59

4 byte floating point reader

1.0.7 Hotfix 1

Choose a tag to compare

@mdurrant mdurrant released this 16 Mar 15:30

Fixes unit tests, and adds php 7 as a target build on Travis

1.0.7 Stable

Choose a tag to compare

@mdurrant mdurrant released this 16 Mar 14:54

Fixes PHP7 Compatibility

1.0.6 Stable

Choose a tag to compare

@mdurrant mdurrant released this 22 Aug 19:32
Merge pull request #6 from jwpage/use_resources

Use file resources for BinaryReader

1.0.5 Stable

Choose a tag to compare

@mdurrant mdurrant released this 16 Jul 14:44

Added a method for reading a variable string of bytes. Initiated a refactor to make PBR more object oriented by phasing out static methods & variables.

1.0.4 Stable

Choose a tag to compare

@mdurrant mdurrant released this 14 Jul 02:47

Refactor & support for signed integers, production-ready