X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=cdebd3f84ee156e9da07fef40f9525a051d673ac;hp=41dcd944097af8bbffad81d864453668c7b18620;hb=5b440d6af3dd3052dde7b137f975692f0aa84603;hpb=0d215d4f181f34af40fad377570919dc978ff563 diff --git a/package.xml b/package.xml index 41dcd94..cdebd3f 100644 --- a/package.xml +++ b/package.xml @@ -1,58 +1,265 @@ - + - - pecl_http - Extended HTTP support - - - - PHP License 3.0 + + pecl_http + Extended HTTP Support + This HTTP extension aims to provide a convenient and powerful +set of functionality for one of PHPs major applications. - - - mike - Michael Wallner - mike@php.net - lead - - - - - 0.5.0 - 2005-02-16 - alpha - - - +It eases handling of HTTP urls, dates, redirects, headers and +messages, provides means for negotiation of clients preferred +language and charset, as well as a convenient way to send any +arbitrary data with caching and resuming capabilities. +It provides powerful request functionality, if built with CURL +support. Parallel requests are available for PHP 5 and greater. + + + + mike + Michael Wallner + mike@php.net + lead + + + + 1.2.1 + 2006-08-26 + BSD, revised + stable + + Added HttpException::__toString() which takes care about any inner exceptions +- Disallowed detaching HttpRequest objects from HttpRequestPool while executing progress callback +* Fixed crash on detaching requests from pool in request event callbacks +* Fixed suppression of nested exceptions in e.g. HttpRequestPool::send() (fixes bug #8535) +* Fixed issues with inheritance and cloning of HttpDeflateStream, HttpInflateStream and HttpMessage + (Extending classes lose default properties on instantiation; Complex members ignored during cloning) + + + + + + + + + + + - - EXPERIMENTAL - docs/functions.html - config.w32 - config.m4 - http.c - php_http.h - http_api.c - php_http_api.h - http_build_query.c - php_http_build_query.h - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -