mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
* Update \Ds\Map::MIN_CAPACITY to reflect actual value
The MIN_CAPACITY was changed in PECL DS library from 16 to 8 in July 2017.
See: 9904fca6b3
* Update \Ds\Set::MIN_CAPACITY to reflect actual value
Update \Ds\Set::MIN_CAPACITY to reflect actual value
The MIN_CAPACITY was changed in PECL DS library from 16 to 8 in July 2017.
See: php-ds/ext-ds@9904fca
* Update \Ds\Vector::MIN_CAPACITY to reflect actual value
Update \Ds\Vector::MIN_CAPACITY to reflect actual value
The MIN_CAPACITY was changed in PECL DS library from 16 to 8 in July 2017.
See: php-ds/ext-ds@9904fca
* Add change of Vector::MIN_CAPACITY to changelog
* Add change of Set::MIN_CAPACITY to changelog
* Add change of Map::MIN_CAPACITY to changelog