Skip to content

0.2.3

Compare
Choose a tag to compare
@dktapps dktapps released this 04 Dec 21:18
· 29 commits to stable since this release
dc94786

Changes since 0.2.2

  • Fixed Uninitialized string offset in Binary::readByte() and Binary::readSignedByte() when given an empty string - it now throws BinaryDataException in that case instead.
  • Binary::readShort(), Binary::readInt(), Binary::readLong(), Binary::readFloat(), Binary::readDouble() and friends now throw exceptions with more useful messages containing the expected and actual lengths.
  • Added a bunch of missing @throws BinaryDataException.
  • Now tested on PHP 8.1.