Skip to content

Releases: php-ds/ext-ds

v1.2.9

12 May 06:01
Compare
Choose a tag to compare
  • Fix segfault when iterating an implicit instance of stack and queue

v1.2.8

25 Jan 01:09
Compare
Choose a tag to compare

Fixed

  • Buffer outflow during deserialization of map objects. #132 @rado-h

v1.2.6

25 May 09:10
Compare
Choose a tag to compare

Fixed

  • Clearing memory after buffer reallocation. #114

v1.2.5

25 May 09:11
Compare
Choose a tag to compare

Fixed

  • Buffer outflow during deserialization of objects. #111

v1.2.4

28 Nov 22:36
Compare
Choose a tag to compare

Fixed

  • Empty PriorityQueue causing segfault on gc_collect_cycles. #106

v1.2.3

16 Aug 08:35
Compare
Choose a tag to compare

Fixed

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