Fedora 21 Update: php-psr-http-message-0.5.1-1.fc21

updates at fedoraproject.org updates at fedoraproject.org
Sat Dec 6 09:57:35 UTC 2014


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-15592
2014-11-22 19:55:36
--------------------------------------------------------------------------------

Name        : php-psr-http-message
Product     : Fedora 21
Version     : 0.5.1
Release     : 1.fc21
URL         : https://github.com/php-fig/http-message
Summary     : Common interface for HTTP messages (PSR-7)
Description :
This package holds all interfaces/classes/traits related to PSR-7.

Note that this is not a HTTP message implementation of its own. It is merely an
interface that describes a HTTP message. See the specification for more details.

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

## 0.5.1

* null is no longer allowed (per the ML; see also php-fig/fig-standards#367).

## 0.5.0

* Refactors MessageInterface to only provide getters.
* MessageInterface now defines getBody() to require that it return a StreamableInterface instance.
* Removes Request and Response interfaces
* Provides server-side interfaces:
    * IncomingRequestInterface, which provides accessors for HTTP properties and environment-specific items ($_SERVER, $_GET, $_POST, $_FILES, $_COOKIE, etc), and support for mutable "attributes".
    * OutgoingResponseInterface, which provides both accessors and mutators for all HTTP properties.
* Provides client-side interfaces:
    * OutgoingRequestInterface, which provides accessors and mutators for all HTTP properties.
    * IncomingResponseInterface, which provides accessors for HTTP properties.
* StreamableInterface removes attach().
--------------------------------------------------------------------------------
ChangeLog:

* Thu Nov 20 2014 Shawn Iwinski <shawn.iwinski at gmail.com> - 0.5.1-1
- Updated to 0.5.1 (BZ #1163322)
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1163322 - php-psr-http-message-0.5.1 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=1163322
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use
su -c 'yum update php-psr-http-message' 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 Project 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 package-announce mailing list