Data Structures
Specialized data structures as efficient alternatives to the PHP array
License: MIT License
| Version | Release | Download |
| 1.6.0 | 2025-05-02 | ds-1.6.0.tgz |
| 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 |
| Version | Message |
| 1.6.0 | - Support for PHP 8.4 @simPod |
| 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. |