Data Structures
Data Structures for PHP 7
License: MIT License
Version | Release | Download |
1.4.0 | 2021-12-13 | ds-1.4.0.tgz |
1.3.0 | 2020-10-14 | ds-1.3.0.tgz |
1.2.9 | 2019-05-12 | ds-1.2.9.tgz |
1.2.8 | 2019-01-25 | ds-1.2.8.tgz |
1.2.6 | 2018-05-24 | ds-1.2.6.tgz |
Version | Message |
1.4.0 | - Support for PHP 8.1 |
1.3.0 |
- ArrayAccess implemented consistently - IteratorAggregate implemented consistently - A few incorrect return types |
1.2.9 | Fix segfault when iterating an implicit instance of Stack, Queue or PriorityQueue. |
1.2.8 | Fixed buffer outflow during deserialization of map objects. @rado-h |
1.2.6 | - Fixed not clearing memory after buffer reallocation. #114 |