Skip to content

Releases: php-ds/ext-ds

v1.1.9

26 Apr 09:06
Compare
Choose a tag to compare

Fixed

  • Iterating over an implicit iterator (not variable). #82

v1.1.8

26 Apr 08:59
Compare
Choose a tag to compare

Fixed

  • PriorityQueue automatic truncate bug #78
  • Bugs related to unserialization. #77

v1.1.7

12 Feb 20:21
Compare
Choose a tag to compare
  • Early support for PHP 7.2

v1.1.6

10 Feb 12:28
Compare
Choose a tag to compare

Fixed

  • htable automatically truncating capacity below the minimum

v1.1.5

31 Aug 22:46
Compare
Choose a tag to compare

Fixed

  • phpinfo header
  • ds_htable_put_distinct wasn't rehashing the correct bucket pointer (Fixes #53)
  • Memory leaks.

v1.1.4

08 Aug 13:07
Compare
Choose a tag to compare

Fixed

  • Vector and Deque rotate crashing when empty due to attempted mod zero.

v1.1.3

08 Aug 05:59
Compare
Choose a tag to compare

Fixed

  • Memory leaks during map when callback throws an exception.
  • Memory leaks when structures contain themselves.
  • Module dependencies.

Added

  • Version info in phpinfo()

Improvements

  • Map::map and Map::filter are now slightly faster.

v1.1.2

05 Aug 05:50
Compare
Choose a tag to compare

Fixed

  • Many, many memory leaks
  • Added memory checks to CI
  • Performance improvements
  • JSON dependency now handled correctly (thanks @nikic)

v1.1.1

05 Aug 05:48
Compare
Choose a tag to compare

Fixed

  • Multiple memory leaks where objects were not free'd correctly. #30

v1.1.0

03 Aug 17:04
Compare
Choose a tag to compare

Added

  • Pair::copy