--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2025-484b65721a
2025-09-18 00:55:58.913926+00:00
--------------------------------------------------------------------------------

Name        : php-sabre-http5
Product     : Fedora 42
Version     : 5.1.13
Release     : 1.fc42
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.13 (2025-09-09)
properly compute absolute URL (@skjnldsv)
--------------------------------------------------------------------------------
ChangeLog:

* Tue Sep  9 2025 Remi Collet <[email protected]> - 5.1.13-1
- update to 5.1.13
- re-license spec file to CECILL-2.1
--------------------------------------------------------------------------------

This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2025-484b65721a' 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