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.6
(stable)
|
* Fix a build warning in clang for placeholders indicating that a data structure was constructed/unserialized. * Fix a build warning after change to expected return type of `count_elements` object handler implementation. |