From dd18f054d481e2d24f766db8f36e8e721950d68c Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 27 Sep 2005 16:01:37 +0000 Subject: [PATCH] - add package.xml generated by $pecl pickle --- package.xml | 169 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 package.xml diff --git a/package.xml b/package.xml new file mode 100644 index 0000000..3beea45 --- /dev/null +++ b/package.xml @@ -0,0 +1,169 @@ + + + + pecl_http + Extended HTTP Support + * Building absolute URIs +* RFC compliant HTTP redirects +* RFC compliant HTTP date handling +* Parsing of HTTP headers and messages +* Caching by "Last-Modified" and/or ETag + (with 'on the fly' option for ETag generation from buffered output) +* Sending data/files/streams with (multiple) ranges support +* Negotiating user preferred language/charset +* Convenient request functionality built upon libcurl +* PHP5 classes: HttpUtil, HttpResponse (PHP-5.1), HttpRequest, HttpRequestPool, HttpMessage + + + + mike + Michael Wallner + mike@php.net + lead + + + + 0.14.0 + 2005-09-27 + PHP License + beta + + Added missing support for raw post data in HttpRequest ++ Added missing HttpMessage::setBody() ++ Added HttpRequest::METH_* constants ++ Added HttpRequest::AUTH_* constants ++ Added HttpMessage::TYPE_* constants ++ Added HttpResponse::ETAG_* constants ++ Added HTTP_ETAG_MHASH_* constants ++ Added supported ETag hash algrithms to php_info() output ++ Added ETag hashing through PHPs CRC32() implementation ++ Added new language/charset negotiator + +* Changed HttpMessage::toString([include_parent = true]) to false +* Renamed HTTP_GET etc. constants to HTTP_METH_GET +* Fixed protected property access + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.30.2