Tue, 04 Jun 2024 13:05:51 UTC | login

Information for build php-PhpCollection-0.6.0-2.fc37

ID200571
Package Namephp-PhpCollection
Version0.6.0
Release2.fc37
Epoch
SummaryGeneral purpose collection library for PHP
DescriptionThis library adds basic collections for PHP. Collections can be seen as more specialized arrays for which certain contracts are guaranteed. Supported Collections: * Sequences ** Keys: numerical, consequentially increasing, no gaps ** Values: anything, duplicates allowed ** Classes: Sequence, SortedSequence * Maps ** Keys: strings or objects, duplicate keys not allowed ** Values: anything, duplicates allowed ** Classes: Map, ObjectMap (not yet implemented) * Sets (not yet implemented) ** Keys: not meaningful ** Values: anything, each value must be unique (===) ** Classes: Set General Characteristics: * Collections are mutable (new elements may be added, existing elements may be modified or removed). Specialized immutable versions may be added in the future though. * Equality comparison between elements are always performed using the shallow comparison operator (===). * Sorting algorithms are unstable, that means the order for equal elements is undefined (the default, and only PHP behavior). Autoloader: /usr/share/php/PhpCollection/autoload.php
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 14 Sep 2022 07:35:32 UTC
CompletedWed, 14 Sep 2022 07:35:32 UTC
Tags
f37
f38
f39
f40
f41
RPMs
src
php-PhpCollection-0.6.0-2.fc37.src.rpm (info) (download)
noarch
php-PhpCollection-0.6.0-2.fc37.noarch.rpm (info) (download)
Changelog * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Mar 21 2022 Remi Collet <remi@remirepo.net> - 0.6.0-1 - update to 0.6.0 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild