--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2018-a7188efa2a
2018-06-14 18:14:18.568661
--------------------------------------------------------------------------------

Name        : php-sabre-http
Product     : Fedora 27
Version     : 4.2.4
Release     : 1.fc27
URL         : https://github.com/sabre-io/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.

Autoloader: /usr/share/php/Sabre/HTTP/autoload.php

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

**Version 4.2.4** (2018-02-23)  * 69: Sending `charset="UTF-8"` on Basic
authentication challenges per   [rfc7617][rfc7617].
--------------------------------------------------------------------------------
ChangeLog:

* Tue Jun  5 2018 Remi Collet <[email protected]> - 4.2.4-1
- update to 4.2.4
- use range dependencies on F27+
--------------------------------------------------------------------------------

This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2018-a7188efa2a' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

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
--------------------------------------------------------------------------------
_______________________________________________
package-announce mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]/message/RFIH2TM3IXZS2DITJFKWLTOEAOUPKAAV/

Reply via email to