X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=package.xml;h=6604846d2bc970854668ce24e1024877d81b34b0;hb=64594674624ccfc6512ab0cc02edd071a5ffcba7;hp=68f8379dd84b75e1d44275a09961139993db02c2;hpb=a19a05825d04d634834f7898ec1a5247fdd6095c;p=m6w6%2Fext-http diff --git a/package.xml b/package.xml index 68f8379..6604846 100644 --- a/package.xml +++ b/package.xml @@ -1,65 +1,263 @@ - + - - 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. - - 0.6.0 - 2005-02-00 - alpha - - - +PHP-5 classes: +HttpUtil, HttpMessage, HttpRequest, HttpRequestPool, +HttpDeflateStream, HttpInflateStream, HttpQueryString +PHP-5.1 classes: +HttpResponse + + + + mike + Michael Wallner + mike@php.net + lead + + + + 1.0.0RC1 + 2006-03-19 + BSD, revised + beta + * Fixed possible crash in HttpQueryString if the SAPI does not have a treat_data function registered. +* Fixed http_build_str() to urlencode square brackets ("[]"). +* Fixed HttpQueryString::xlate() +* Fixed builds where include/php/ext/iconv does not have php_have_*.h files +* Fixed PHP-4 build. + + + + + + + + + + - - EXPERIMENTAL - docs/functions.html - - config.w32 - config.m4 - - php_http.h - php_http_api.h - php_http_curl_api.h - - http.c - http_functions.c - http_methods.c - http_api.c - http_curl_api.c - - http_build_query.c - php_http_build_query.h - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -