Fedora EPEL 6 Update: php-PhpCollection-0.2.0-2.el6

updates at fedoraproject.org updates at fedoraproject.org
Wed Apr 3 02:02:57 UTC 2013


--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2013-0701
2013-03-18 22:06:05
--------------------------------------------------------------------------------

Name        : php-PhpCollection
Product     : Fedora EPEL 6
Version     : 0.2.0
Release     : 2.el6
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).

--------------------------------------------------------------------------------
Update Information:

This library adds basic collections for PHP.

Collections can be seen as more specialized arrays for which certain contracts
are guaranteed.

Supported Collections:
* Sequences
* Maps
* Sets (not yet implemented)

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).
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #903768 - Review Request: php-PhpCollection - General purpose collection library for PHP
        https://bugzilla.redhat.com/show_bug.cgi?id=903768
--------------------------------------------------------------------------------

This update can be installed with the "yum" update programs.  Use
su -c 'yum update php-PhpCollection' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora EPEL GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the epel-package-announce mailing list