Data Structures
Specialized data structures as efficient alternatives to the PHP array
License: MIT License
Version | Release | Download |
1.5.0 | 2023-12-19 | ds-1.5.0.tgz |
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 |
Version | Message |
1.5.0 |
- Support for PHP 8.3 - Fix #194 @nielsdos - Fix #200 @nielsdos |
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 |