Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-12-19 | 1.0 kB | |
v1.5.0 source code.tar.gz | 2023-12-19 | 58.4 kB | |
v1.5.0 source code.zip | 2023-12-19 | 109.8 kB | |
Totals: 3 Items | 169.2 kB | 2 |
What's Changed
- ci: run tests on php 8.2 by @simPod in https://github.com/php-ds/ext-ds/pull/192
- fast_add_function removed in PHP 8.3, use add_function by @Jan-E in https://github.com/php-ds/ext-ds/pull/195
- Allow passing
null
as$length
toslice()
methods by @HypeMC in https://github.com/php-ds/ext-ds/pull/197 - ci: disable on cron schedule by @simPod in https://github.com/php-ds/ext-ds/pull/191
- ci: run tests on php 8.3 by @mpesari in https://github.com/php-ds/ext-ds/pull/201
- Fix [#200]: Segmentation fault merging keys of maps containing maps by @nielsdos in https://github.com/php-ds/ext-ds/pull/202
- Fix [#193]: Passing array item by reference breaks \DS\Set behaviour by @nielsdos in https://github.com/php-ds/ext-ds/pull/203
New Contributors
- @HypeMC made their first contribution in https://github.com/php-ds/ext-ds/pull/197
- @mpesari made their first contribution in https://github.com/php-ds/ext-ds/pull/201
Full Changelog: https://github.com/php-ds/ext-ds/compare/v1.4.0...v1.5.0