| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: php-ZendFramework2-Http | Distribution: Unknown |
| Version: 2.4.9 | Vendor: Remi Collet |
| Release: 1.el7.remi | Build date: Wed Nov 25 17:17:10 2015 |
| Group: Development/Libraries | Build host: schrodingerscat.famillecollet.com |
| Size: 373156 | Source RPM: php-ZendFramework2-2.4.9-1.el7.remi.src.rpm |
| Packager: http://blog.remirepo.net/ | |
| Url: http://framework.zend.com/manual/2.3/en/modules/zend.http.html | |
| Summary: Zend Framework 2: HTTP Component | |
Zend\Http is a primary foundational component of Zend Framework. Since much of what PHP does is web-based, specifically HTTP, it makes sense to have a performant, extensible, concise and consistent API to do all things HTTP. In nutshell, there are several parts of Zend\Http: * Context-less Request and Response classes that expose a fluent API for introspecting several aspects of HTTP messages: ** Request line information and response status information ** Parameters, such as those found in POST and GET ** Message Body ** Headers * A Client implementation with various adapters that allow for sending requests and introspecting responses.
BSD
* Wed Nov 25 2015 Remi Collet <remi@fedoraproject.org> - 2.4.9-1
- Update to 2.4.9
* Wed Sep 16 2015 Remi Collet <remi@fedoraproject.org> - 2.4.8-1
- Update to 2.4.8
* Wed Aug 12 2015 Remi Collet <remi@fedoraproject.org> - 2.4.7-1
- Update to 2.4.7
- add autoloader in php-ZendFramework2-Loader
* Thu May 21 2015 Remi Collet <remi@fedoraproject.org> - 2.3.9-1
- Update to 2.3.9
* Fri May 08 2015 Remi Collet <remi@fedoraproject.org> - 2.3.8-1
- Update to 2.3.8
* Fri Mar 13 2015 Remi Collet <remi@fedoraproject.org> - 2.3.7-1
- Update to 2.3.7
* Thu Mar 12 2015 Remi Collet <remi@fedoraproject.org> - 2.3.6-1
- Update to 2.3.6
* Tue Feb 24 2015 Remi Collet <remi@fedoraproject.org> - 2.3.5-1
- Update to 2.3.5
- add patch for icu 54, FTBFS detected by Koschei
* Fri Jan 16 2015 Remi Collet <remi@fedoraproject.org> - 2.3.4-1
- Update to 2.3.4
- drop GLPI patch, fixed upstream
* Fri Oct 17 2014 Shawn Iwinski <shawn.iwinski@gmail.com> - 2.3.3-2
- Drop php-gmp dependency from Math component (BZ #1152440)
- Fix tests' autoloader
* Wed Sep 17 2014 Remi Collet <remi@fedoraproject.org> - 2.3.3-1
- Update to 2.3.3
* Wed Aug 13 2014 Remi Collet <remi@fedoraproject.org> - 2.3.2-1
- Update to 2.3.2
- tests from github
- run test suite during build
* Sun Jul 20 2014 Remi Collet <remi@fedoraproject.org> - 2.3.1-3
- composer dependencies
- add missing license
* Thu May 22 2014 Remi Collet <remi@fedoraproject.org> 2.3.1-1
- backport 2.3.1 for remi repo
* Tue May 20 2014 Shawn Iwinski <shawn.iwinski@gmail.com> - 2.3.1-1
- Updated to 2.3.1
* Mon May 19 2014 Remi Collet <remi@fedoraproject.org> 2.2.7-1
- backport 2.2.7 for remi repo (security update for ZF2014-03)
* Sun May 18 2014 Shawn Iwinski <shawn.iwinski@gmail.com> 2.2.7-1
- Updated to 2.2.7 (security update for ZF2014-03)
* Tue Apr 01 2014 Remi Collet <remi@fedoraproject.org> 2.2.6-1
- Updated to 2.2.6 for CVE-2014-2681 CVE-2014-2682
CVE-2014-2683 CVE-2014-2684 CVE-2014-2685
- new package ZendXml
- fix for unversioned doc directory
* Mon Nov 11 2013 Remi Collet <remi@fedoraproject.org> 2.2.5-1
- backport 2.2.5 for remi repo
* Sun Nov 10 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 2.2.5-1
- Updated to 2.2.5
- Fixed Serializer sub-pkg broken dependency (php-pecl(msgpack) on ppc64)
* Wed Oct 02 2013 Remi Collet <remi@fedoraproject.org> 2.2.4-2
- Add patch needed for GLPI #1014478 (ZF-11974)
* Sun Sep 29 2013 Remi Collet <remi@fedoraproject.org> 2.2.4-1
- backport 2.2.4 for remi repo
* Thu Sep 12 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 2.2.4-1
- Updated to 2.2.4
- Versioned conflict
- Macros in comment fix
* Mon Jul 22 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 2.2.1-2
- Added php-ZendFramework conflict
* Mon Jul 22 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 2.2.1-1
- Initial package
/usr/share/doc/php-ZendFramework2-Http-2.4.9 /usr/share/doc/php-ZendFramework2-Http-2.4.9/CONTRIBUTING.md /usr/share/doc/php-ZendFramework2-Http-2.4.9/README.md /usr/share/doc/php-ZendFramework2-Http-2.4.9/composer.json /usr/share/php/Zend/Http /usr/share/php/Zend/Http/AbstractMessage.php /usr/share/php/Zend/Http/Client /usr/share/php/Zend/Http/Client.php /usr/share/php/Zend/Http/Client/Adapter /usr/share/php/Zend/Http/Client/Adapter/AdapterInterface.php /usr/share/php/Zend/Http/Client/Adapter/Curl.php /usr/share/php/Zend/Http/Client/Adapter/Exception /usr/share/php/Zend/Http/Client/Adapter/Exception/ExceptionInterface.php /usr/share/php/Zend/Http/Client/Adapter/Exception/InitializationException.php /usr/share/php/Zend/Http/Client/Adapter/Exception/InvalidArgumentException.php /usr/share/php/Zend/Http/Client/Adapter/Exception/OutOfRangeException.php /usr/share/php/Zend/Http/Client/Adapter/Exception/RuntimeException.php /usr/share/php/Zend/Http/Client/Adapter/Exception/TimeoutException.php /usr/share/php/Zend/Http/Client/Adapter/Proxy.php /usr/share/php/Zend/Http/Client/Adapter/Socket.php /usr/share/php/Zend/Http/Client/Adapter/StreamInterface.php /usr/share/php/Zend/Http/Client/Adapter/Test.php /usr/share/php/Zend/Http/Client/Exception /usr/share/php/Zend/Http/Client/Exception/ExceptionInterface.php /usr/share/php/Zend/Http/Client/Exception/InvalidArgumentException.php /usr/share/php/Zend/Http/Client/Exception/OutOfRangeException.php /usr/share/php/Zend/Http/Client/Exception/RuntimeException.php /usr/share/php/Zend/Http/ClientStatic.php /usr/share/php/Zend/Http/Cookies.php /usr/share/php/Zend/Http/Exception /usr/share/php/Zend/Http/Exception/ExceptionInterface.php /usr/share/php/Zend/Http/Exception/InvalidArgumentException.php /usr/share/php/Zend/Http/Exception/OutOfRangeException.php /usr/share/php/Zend/Http/Exception/RuntimeException.php /usr/share/php/Zend/Http/Header /usr/share/php/Zend/Http/Header/AbstractAccept.php /usr/share/php/Zend/Http/Header/AbstractDate.php /usr/share/php/Zend/Http/Header/AbstractLocation.php /usr/share/php/Zend/Http/Header/Accept /usr/share/php/Zend/Http/Header/Accept.php /usr/share/php/Zend/Http/Header/Accept/FieldValuePart /usr/share/php/Zend/Http/Header/Accept/FieldValuePart/AbstractFieldValuePart.php /usr/share/php/Zend/Http/Header/Accept/FieldValuePart/AcceptFieldValuePart.php /usr/share/php/Zend/Http/Header/Accept/FieldValuePart/CharsetFieldValuePart.php /usr/share/php/Zend/Http/Header/Accept/FieldValuePart/EncodingFieldValuePart.php /usr/share/php/Zend/Http/Header/Accept/FieldValuePart/LanguageFieldValuePart.php /usr/share/php/Zend/Http/Header/AcceptCharset.php /usr/share/php/Zend/Http/Header/AcceptEncoding.php /usr/share/php/Zend/Http/Header/AcceptLanguage.php /usr/share/php/Zend/Http/Header/AcceptRanges.php /usr/share/php/Zend/Http/Header/Age.php /usr/share/php/Zend/Http/Header/Allow.php /usr/share/php/Zend/Http/Header/AuthenticationInfo.php /usr/share/php/Zend/Http/Header/Authorization.php /usr/share/php/Zend/Http/Header/CacheControl.php /usr/share/php/Zend/Http/Header/Connection.php /usr/share/php/Zend/Http/Header/ContentDisposition.php /usr/share/php/Zend/Http/Header/ContentEncoding.php /usr/share/php/Zend/Http/Header/ContentLanguage.php /usr/share/php/Zend/Http/Header/ContentLength.php /usr/share/php/Zend/Http/Header/ContentLocation.php /usr/share/php/Zend/Http/Header/ContentMD5.php /usr/share/php/Zend/Http/Header/ContentRange.php /usr/share/php/Zend/Http/Header/ContentSecurityPolicy.php /usr/share/php/Zend/Http/Header/ContentTransferEncoding.php /usr/share/php/Zend/Http/Header/ContentType.php /usr/share/php/Zend/Http/Header/Cookie.php /usr/share/php/Zend/Http/Header/Date.php /usr/share/php/Zend/Http/Header/Etag.php /usr/share/php/Zend/Http/Header/Exception /usr/share/php/Zend/Http/Header/Exception/DomainException.php /usr/share/php/Zend/Http/Header/Exception/ExceptionInterface.php /usr/share/php/Zend/Http/Header/Exception/InvalidArgumentException.php /usr/share/php/Zend/Http/Header/Exception/RuntimeException.php /usr/share/php/Zend/Http/Header/Expect.php /usr/share/php/Zend/Http/Header/Expires.php /usr/share/php/Zend/Http/Header/From.php /usr/share/php/Zend/Http/Header/GenericHeader.php /usr/share/php/Zend/Http/Header/GenericMultiHeader.php /usr/share/php/Zend/Http/Header/HeaderInterface.php /usr/share/php/Zend/Http/Header/HeaderValue.php /usr/share/php/Zend/Http/Header/Host.php /usr/share/php/Zend/Http/Header/IfMatch.php /usr/share/php/Zend/Http/Header/IfModifiedSince.php /usr/share/php/Zend/Http/Header/IfNoneMatch.php /usr/share/php/Zend/Http/Header/IfRange.php /usr/share/php/Zend/Http/Header/IfUnmodifiedSince.php /usr/share/php/Zend/Http/Header/KeepAlive.php /usr/share/php/Zend/Http/Header/LastModified.php /usr/share/php/Zend/Http/Header/Location.php /usr/share/php/Zend/Http/Header/MaxForwards.php /usr/share/php/Zend/Http/Header/MultipleHeaderInterface.php /usr/share/php/Zend/Http/Header/Origin.php /usr/share/php/Zend/Http/Header/Pragma.php /usr/share/php/Zend/Http/Header/ProxyAuthenticate.php /usr/share/php/Zend/Http/Header/ProxyAuthorization.php /usr/share/php/Zend/Http/Header/Range.php /usr/share/php/Zend/Http/Header/Referer.php /usr/share/php/Zend/Http/Header/Refresh.php /usr/share/php/Zend/Http/Header/RetryAfter.php /usr/share/php/Zend/Http/Header/Server.php /usr/share/php/Zend/Http/Header/SetCookie.php /usr/share/php/Zend/Http/Header/TE.php /usr/share/php/Zend/Http/Header/Trailer.php /usr/share/php/Zend/Http/Header/TransferEncoding.php /usr/share/php/Zend/Http/Header/Upgrade.php /usr/share/php/Zend/Http/Header/UserAgent.php /usr/share/php/Zend/Http/Header/Vary.php /usr/share/php/Zend/Http/Header/Via.php /usr/share/php/Zend/Http/Header/WWWAuthenticate.php /usr/share/php/Zend/Http/Header/Warning.php /usr/share/php/Zend/Http/HeaderLoader.php /usr/share/php/Zend/Http/Headers.php /usr/share/php/Zend/Http/PhpEnvironment /usr/share/php/Zend/Http/PhpEnvironment/RemoteAddress.php /usr/share/php/Zend/Http/PhpEnvironment/Request.php /usr/share/php/Zend/Http/PhpEnvironment/Response.php /usr/share/php/Zend/Http/Request.php /usr/share/php/Zend/Http/Response /usr/share/php/Zend/Http/Response.php /usr/share/php/Zend/Http/Response/Stream.php
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Feb 9 12:11:47 2026