| Name: | php-PhpCollection |
|---|---|
| Version: | 0.5.0 |
| Release: | 1.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 70673 |
| License: | ASL 2.0 |
| RPM: | php-PhpCollection-0.5.0-1.el7.noarch.rpm |
| Source RPM: | php-PhpCollection-0.5.0-1.el7.src.rpm |
| Build Date: | Fri Dec 08 2017 |
| Build Host: | x86-ol6-builder-05.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://jmsyst.com/libs/php-collection |
| Summary: | General purpose collection library for PHP |
| Description: | This 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 |
- Updated to 0.5.0 - Switched autoloader to php-composer(fedora/autoloader) - Test with SCLs if available
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Added spec license
- New source script %{name}-get-source.sh instead of %{name}-strip.sh
- Added autoloader
- Added standard "php-{COMPOSER_VENDOR}-{COMPOSER_PROJECT}" naming provides
- Added php-composer(phpcollection/phpcollection) provide
- %license usage
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- Updated to 0.4.0 (BZ #1078754)
- Updated to 0.3.1 (BZ #1045915) - Spec cleanup
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- Updated to 0.3.0 (BZ #985339)
- Added %{name}-strip.sh as Source1