--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2023-472f7b01db
2023-09-15 18:36:13.238141
--------------------------------------------------------------------------------

Name        : php-sabre-http5
Product     : Fedora 39
Version     : 5.1.10
Release     : 1.fc39
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/HTTP5/autoload.php

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

**Version 5.1.10** (2023-08-18)  * 225 Enhance tests/bootstrap.php to find
autoloader in more environments (@phil-davis)  ----  **Version 5.1.9**
(2023-08-17)   * 223 skip testParseMimeTypeOnInvalidMimeType (@phil-davis)  ----
**Version 5.1.8** (2023-08-17)   * 215 Improve CURLOPT_HTTPHEADER Setting
Assignment (@amrita-shrestha)
--------------------------------------------------------------------------------
ChangeLog:

* Thu Aug 24 2023 Remi Collet <[email protected]> - 5.1.10-1
- update to 5.1.10
--------------------------------------------------------------------------------

This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2023-472f7b01db' 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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to