Fri, 21 Jun 2024 20:17:31 UTC | login

Information for build php-sabre-http5-5.0.2-1.fc31

ID128673
Package Namephp-sabre-http5
Version5.0.2
Release1.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
StartedFri, 20 Sep 2019 12:25:03 UTC
CompletedFri, 20 Sep 2019 12:25:03 UTC
Tags
f31
f32
f33
RPMs
src
php-sabre-http5-5.0.2-1.fc31.src.rpm (info) (download)
noarch
php-sabre-http5-5.0.2-1.fc31.noarch.rpm (info) (download)
Changelog * Fri Sep 13 2019 Remi Collet <remi@remirepo.net> - 5.0.2-1 - update to 5.0.2 - drop patch merged upstream - switch to phpunit7 * Tue Aug 20 2019 Remi Collet <remi@remirepo.net> - 5.0.0-4 - add patch for 7.4 from https://github.com/sabre-io/http/pull/121 * 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+