Package Information |
Summary |
Provides extra data structures and iterable/array functionality. |
Maintainers |
Tyson Andre (lead)
[details]
|
License |
BSD-3-Clause |
Description |
teds (Tentative Extra Data Structures) is a collection of data structures and iterable functionality |
Homepage |
https://github.com/TysonAndre/pecl-teds
|
Release notes
Version 1.2.7
(stable)
|
* Fix an edge case in Teds\strict_hash for arrays with reference cycles. '$x === $y' should now always imply that Teds\strict_hash($x) === Teds\strict_hash($y) |