Skip to content

0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@dktapps dktapps released this 27 Oct 17:03
· 48 commits to master since this release
c54cb79

⚠️ This extension is still experimental. DO NOT use this in production.

Changes since 0.1.0

  • All classes have moved to the pmmp\encoding namespace
  • new ByteBuffer can now be called with no arguments
  • Added read/write methods for signed and unsigned int24
  • Removed read/write for unsigned long - these made no sense as it's not possible to return an unsigned int64 to PHP code
  • Fixed UAF after var_dumping or serializeing a ByteBuffer
  • Fixed uninitialized memory being emitted in var_dump and serialized data
  • Removed ?int &$offset parameters from all functions - these uses can be better filled with getOffset and setOffset
  • Added a whole bunch of new unit tests