Tue, 28 Jan 2025 09:15:05 UTC | login

Information for build php-sabre-http5-5.0.0-3.fc31

ID108335
Package Namephp-sabre-http5
Version5.0.0
Release3.fc31
Epoch
SummaryLibrary for dealing with http requests and responses
DescriptionThis 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
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 31 Jul 2019 16:59:46 UTC
CompletedWed, 31 Jul 2019 16:59:46 UTC
Tags
f31
RPMs
src
php-sabre-http5-5.0.0-3.fc31.src.rpm (info) (download)
noarch
php-sabre-http5-5.0.0-3.fc31.noarch.rpm (info) (download)
Changelog * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Jul 05 2019 Remi Collet <remi@remirepo.net> - 5.0.0-2 - fix autoloader * Fri Jul 05 2019 Remi Collet <remi@remirepo.net> - 5.0.0-1 - update to 5.0.0 - rename to php-sabre-http5 - move to /usr/share/php/Sabre/HTTP5 - raise dependency on PHP 7 - raise dependency on sabre/event 5.0 - raise dependency on sabre/uri 2.0 - switch to classmap autoloader - use phpunit 6 * Tue Jun 05 2018 Remi Collet <remi@remirepo.net> - 4.2.4-1 - update to 4.2.4 - use range dependencies on F27+