Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php-PhpCollection-0.4.0-4.el5.remi RPM for noarch

From Remi's RPM for RedHat EL 5 for x86_64

Name: php-PhpCollection Distribution: Unknown
Version: 0.4.0 Vendor: Remi Collet
Release: 4.el5.remi Build date: Tue Jul 14 08:46:30 2015
Group: Development/Libraries Build host: schrodingerscat.famillecollet.com
Size: 48324 Source RPM: php-PhpCollection-0.4.0-4.el5.remi.src.rpm
Packager: http://blog.remirepo.net/
Url: http://jmsyst.com/libs/php-collection
Summary: General purpose collection library for PHP
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).

Provides

Requires

License

ASL 2.0

Changelog

* Sun Jul 12 2015 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.4.0-4
  - 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
* Tue Apr 22 2014 Remi Collet <remi@fedoraproject.org> 0.4.0-1
  - backport 0.4.0 for remi repo.
* Mon Apr 21 2014 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.4.0-1
  - Updated to 0.4.0 (BZ #1078754)
* Mon Dec 30 2013 Remi Collet <remi@fedoraproject.org> 0.3.1-1
  - backport 0.3.1 for remi repo.
* Mon Dec 30 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 0.3.1-1
  - Updated to 0.3.1 (BZ #1045915)
  - Spec cleanup
* Thu Jul 18 2013 Remi Collet <remi@fedoraproject.org> 0.3.0-1
  - backport 0.3.0 for remi repo.
* Wed Jul 17 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 0.3.0-1
  - Updated to 0.3.0
* Tue Mar 19 2013 Remi Collet <remi@fedoraproject.org> 0.2.0-2
  - backport 0.2.0 for remi repo.
* Mon Mar 18 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 0.2.0-2
  - Added %{name}-strip.sh as Source1
* Sat Mar 16 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 0.2.0-1
  - Updated to version 0.2.0
  - Added phpoption_max_ver global
  - Bad licensed files stripped from source
  - php-common => php(language)
  - Removed tests sub-package
* Wed Jan 23 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 0.1.0-1
  - Initial package

Files

/usr/share/doc/php-PhpCollection-0.4.0
/usr/share/doc/php-PhpCollection-0.4.0/LICENSE
/usr/share/doc/php-PhpCollection-0.4.0/README.md
/usr/share/doc/php-PhpCollection-0.4.0/composer.json
/usr/share/php/PhpCollection
/usr/share/php/PhpCollection/AbstractCollection.php
/usr/share/php/PhpCollection/AbstractMap.php
/usr/share/php/PhpCollection/AbstractSequence.php
/usr/share/php/PhpCollection/CollectionInterface.php
/usr/share/php/PhpCollection/Map.php
/usr/share/php/PhpCollection/MapInterface.php
/usr/share/php/PhpCollection/Sequence.php
/usr/share/php/PhpCollection/SequenceInterface.php
/usr/share/php/PhpCollection/SortableInterface.php
/usr/share/php/PhpCollection/SortedSequence.php
/usr/share/php/PhpCollection/autoload.php


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 10:32:59 2024