1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-24 07:42:10 +01:00
Files
Léon Melis 94b069b115 Use correct value for PECL DS MIN_CAPACITY constants (#5082)
* 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
2026-01-09 13:07:47 +00:00
..