X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=1c1f47f977fbe49319d781594337492a8ed94ab5;hp=41dcd944097af8bbffad81d864453668c7b18620;hb=d19eb84fa85cc82c46b943b49d906714e0a9b3c5;hpb=0d215d4f181f34af40fad377570919dc978ff563 diff --git a/package.xml b/package.xml index 41dcd94..1c1f47f 100644 --- a/package.xml +++ b/package.xml @@ -1,58 +1,220 @@ - + - - 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 - +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. + +PHP-5 classes: +HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + + + + mike + Michael Wallner + mike@php.net + lead + + + 0.19.0 + 2005-11-26 + BSD, revised + beta + + Added http_negotiate_content_type() - - 0.5.0 - 2005-02-16 - alpha - - - +* Fixed bug in http_negotiate_*() when client sends spaces within accept headers +- Removed support for etag hashing through libmhash +- Removed HTTP_ETAG_* and HttpResponse::ETAG_* constants +- Changed http.etag_mode INI setting to acccept a string specifying the + hash algorithm to use for generating etags. + CRC32, MD5 and SHA1 are available out of the box with MD5 being the default. + If pecl/hash is available, any algorithm this extension provides can be used. + + + + + + + + + + - - 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 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -