Fedora 22 Update: php-sabre-http-3.0.5-1.fc22

updates at fedoraproject.org updates at fedoraproject.org
Wed Mar 23 01:49:06 UTC 2016


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-fda6b62ef9
2016-03-22 21:32:56.151016
--------------------------------------------------------------------------------

Name        : php-sabre-http
Product     : Fedora 22
Version     : 3.0.5
Release     : 1.fc22
URL         : https://github.com/fruux/sabre-http
Summary     : Library for dealing with http requests and responses
Description :
This library provides a toolkit to make working with the HTTP protocol easier.

Most PHP scripts run within a HTTP request but accessing information about
the HTTP request is cumbersome at least, mainly do to superglobals and the
CGI standard.

There's bad practices, inconsistencies and confusion.
This library is effectively a wrapper around the following PHP constructs:

For Input:
    $_GET
    $_POST
    $_SERVER
    php://input or $HTTP_RAW_POST_DATA.

For output:
    php://output or echo.
    header()

What this library provides, is a Request object, and a Response object.
The objects are extendable and easily mockable.

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

Update php-sabre packages as part of the requirements for owncloud 8.1+
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program. Use
su -c 'yum update php-sabre-http' at the command line.
For more information, refer to "Managing Software with yum",
available at https://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