Skip to content

Releases: php-ds/ext-ds

v1.2.2

07 Aug 22:50
Compare
Choose a tag to compare

Fixed

  • Segfault in ds_htable_lookup_bucket_by_hash #94 @gnoddep

v1.2.1

03 Aug 03:42
Compare
Choose a tag to compare

Changed

  • Minor capacity adjustments

v1.2.0

03 Aug 03:39
Compare
Choose a tag to compare

Changed

  • Vector's minimum and default capacity down from 10 to 8.
  • Map and Set's minimum and default capacity down from 16 to 8.
  • Hash function of arrays is now the length of the array, so O(1).

v1.1.10

21 Jun 23:46
Compare
Choose a tag to compare

Fixed

  • Using a key as reference not working correctly with array access. #86

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.