Tue, 28 Jan 2025 09:18:21 UTC | login

Information for build php-sabre-http5-5.1.0-1.fc32

ID139222
Package Namephp-sabre-http5
Version5.1.0
Release1.fc32
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, 27 Mar 2020 09:17:44 UTC
CompletedFri, 27 Mar 2020 09:17:44 UTC
Tags
f33
RPMs
src
php-sabre-http5-5.1.0-1.fc32.src.rpm (info) (download)
noarch
php-sabre-http5-5.1.0-1.fc32.noarch.rpm (info) (download)
Changelog * Sat Feb 01 2020 Remi Collet <remi@remirepo.net> - 5.1.0-1 - update to 5.1.0 - raise dependency on PHP 7.1 - switch to phpunit8 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Nov 29 2019 Remi Collet <remi@remirepo.net> - 5.0.5-1 - update to 5.0.5 * Thu Oct 10 2019 Remi Collet <remi@remirepo.net> - 5.0.4-1 - update to 5.0.4 * Tue Oct 08 2019 Remi Collet <remi@remirepo.net> - 5.0.3-1 - update to 5.0.3 * 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+