Releases: php-ds/ext-ds
Releases · php-ds/ext-ds
v1.1.9
v1.1.8
v1.1.7
- Early support for PHP 7.2
v1.1.6
Fixed
htable
automatically truncating capacity below the minimum
v1.1.5
v1.1.4
Fixed
Vector
andDeque
rotate crashing when empty due to attempted mod zero.
v1.1.3
Fixed
- Memory leaks during map when callback throws an exception.
- Memory leaks when structures contain themselves.
- Module dependencies.
Added
- Version info in
phpinfo()
Improvements
Map::map
andMap::filter
are now slightly faster.
v1.1.2
v1.1.1
v1.1.0
Added
Pair::copy