Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php-laminas-diactoros-1.8.7p2-4.el9.remi RPM for noarch

From Remi's RPM for RedHat EL 9 for x86_64

Name: php-laminas-diactoros Distribution: Unknown
Version: 1.8.7p2 Vendor: Remi's RPM repository <https://rpms.remirepo.net/>
Release: 4.el9.remi Build date: Wed Nov 10 09:34:10 2021
Group: Unspecified Build host: builder.remirepo.net
Size: 221778 Source RPM: php-laminas-diactoros-1.8.7p2-4.el9.remi.src.rpm
Packager: Remi Collet
Url: https://github.com/laminas/laminas-diactoros
Summary: PSR HTTP Message implementations
A PHP package containing implementations of the accepted PSR-7 HTTP message
interfaces [1], as well as a "server" implementation similar to node's
http.Server [2].

Documentation: https://docs.laminas.dev/laminas-diactoros/

Autoloader: /usr/share/php/Laminas/Diactoros/autoload.php

[1] http://www.php-fig.org/psr/psr-7/
[2] http://nodejs.org/api/http.html

Provides

Requires

License

BSD

Changelog

* Thu Mar 25 2021 Remi Collet <remi@remirepo.net> - 1.8.7p2-4
  - switch to phpunit7
* Mon Mar 30 2020 Remi Collet <remi@remirepo.net> - 1.8.7p2-1
  - update to 1.8.7p2 (no change)
* Thu Jan 23 2020 Remi Collet <remi@remirepo.net> - 1.8.7p1-3
  - fix autoloader, ensure functions are not defined twice
* Fri Jan 17 2020 Remi Collet <remi@remirepo.net> - 1.8.7p1-2
  - cleanup
* Wed Jan 08 2020 Remi Collet <remi@remirepo.net> - 1.8.7p1-1
  - switch to Laminas
  - update to 1.8.7p1
* Fri Aug 30 2019 Remi Collet <remi@remirepo.net> - 1.8.7-1
  - update to 1.8.7

Files

/usr/share/doc/php-laminas-diactoros
/usr/share/doc/php-laminas-diactoros/CHANGELOG.md
/usr/share/doc/php-laminas-diactoros/COPYRIGHT.md
/usr/share/doc/php-laminas-diactoros/README.md
/usr/share/doc/php-laminas-diactoros/composer.json
/usr/share/licenses/php-laminas-diactoros
/usr/share/licenses/php-laminas-diactoros/LICENSE
/usr/share/php/Laminas/Diactoros
/usr/share/php/Laminas/Diactoros/AbstractSerializer.php
/usr/share/php/Laminas/Diactoros/CallbackStream.php
/usr/share/php/Laminas/Diactoros/Exception
/usr/share/php/Laminas/Diactoros/Exception/DeprecatedMethodException.php
/usr/share/php/Laminas/Diactoros/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Diactoros/HeaderSecurity.php
/usr/share/php/Laminas/Diactoros/MessageTrait.php
/usr/share/php/Laminas/Diactoros/PhpInputStream.php
/usr/share/php/Laminas/Diactoros/RelativeStream.php
/usr/share/php/Laminas/Diactoros/Request
/usr/share/php/Laminas/Diactoros/Request.php
/usr/share/php/Laminas/Diactoros/Request/ArraySerializer.php
/usr/share/php/Laminas/Diactoros/Request/Serializer.php
/usr/share/php/Laminas/Diactoros/RequestTrait.php
/usr/share/php/Laminas/Diactoros/Response
/usr/share/php/Laminas/Diactoros/Response.php
/usr/share/php/Laminas/Diactoros/Response/ArraySerializer.php
/usr/share/php/Laminas/Diactoros/Response/EmitterInterface.php
/usr/share/php/Laminas/Diactoros/Response/EmptyResponse.php
/usr/share/php/Laminas/Diactoros/Response/HtmlResponse.php
/usr/share/php/Laminas/Diactoros/Response/InjectContentTypeTrait.php
/usr/share/php/Laminas/Diactoros/Response/JsonResponse.php
/usr/share/php/Laminas/Diactoros/Response/RedirectResponse.php
/usr/share/php/Laminas/Diactoros/Response/SapiEmitter.php
/usr/share/php/Laminas/Diactoros/Response/SapiEmitterTrait.php
/usr/share/php/Laminas/Diactoros/Response/SapiStreamEmitter.php
/usr/share/php/Laminas/Diactoros/Response/Serializer.php
/usr/share/php/Laminas/Diactoros/Response/TextResponse.php
/usr/share/php/Laminas/Diactoros/Response/XmlResponse.php
/usr/share/php/Laminas/Diactoros/Server.php
/usr/share/php/Laminas/Diactoros/ServerRequest.php
/usr/share/php/Laminas/Diactoros/ServerRequestFactory.php
/usr/share/php/Laminas/Diactoros/Stream.php
/usr/share/php/Laminas/Diactoros/UploadedFile.php
/usr/share/php/Laminas/Diactoros/Uri.php
/usr/share/php/Laminas/Diactoros/autoload.php
/usr/share/php/Laminas/Diactoros/functions
/usr/share/php/Laminas/Diactoros/functions/create_uploaded_file.legacy.php
/usr/share/php/Laminas/Diactoros/functions/create_uploaded_file.php
/usr/share/php/Laminas/Diactoros/functions/marshal_headers_from_sapi.legacy.php
/usr/share/php/Laminas/Diactoros/functions/marshal_headers_from_sapi.php
/usr/share/php/Laminas/Diactoros/functions/marshal_method_from_sapi.legacy.php
/usr/share/php/Laminas/Diactoros/functions/marshal_method_from_sapi.php
/usr/share/php/Laminas/Diactoros/functions/marshal_protocol_version_from_sapi.legacy.php
/usr/share/php/Laminas/Diactoros/functions/marshal_protocol_version_from_sapi.php
/usr/share/php/Laminas/Diactoros/functions/marshal_uri_from_sapi.legacy.php
/usr/share/php/Laminas/Diactoros/functions/marshal_uri_from_sapi.php
/usr/share/php/Laminas/Diactoros/functions/normalize_server.legacy.php
/usr/share/php/Laminas/Diactoros/functions/normalize_server.php
/usr/share/php/Laminas/Diactoros/functions/normalize_uploaded_files.legacy.php
/usr/share/php/Laminas/Diactoros/functions/normalize_uploaded_files.php
/usr/share/php/Laminas/Diactoros/functions/parse_cookie_header.legacy.php
/usr/share/php/Laminas/Diactoros/functions/parse_cookie_header.php
/usr/share/php/Zend/Diactoros
/usr/share/php/Zend/Diactoros/autoload.php


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri May 3 05:14:29 2024