- relicense with a BSD style license
[m6w6/ext-http] / package.xml
index 199f91d54cdc90c4b313e897bd5b691c6de0bbfd..74d222162ab99c24610b55c69e3a4d7d665bed89 100644 (file)
   </maintainer>
   </maintainers>
  <release>
-  <version>0.15.0</version>
-  <date>2005-10-11</date>
-  <license>PHP License</license>
+  <version>0.16.0</version>
+  <date>2005-10-24</date>
+  <license>BSD, revised</license>
   <state>beta</state>
-  <notes>+ Updated documentation (a lot)
-+ Added optional third parameter to HttpRequest::__construct() accepting an array with options
-+ Added compression functions gzencode/gzdecode, deflate/inflate, compress/uncompress
-+ Added http_support() for probing features that depend on external libraries
-
-- Renamed http_absolute_uri() to http_build_uri() (complements with http_build_query())
-- Changed the signature of the negotiator to fill the second parameter with the results array
-
-* Fixed several ETag issues
-* Fixed HttpRequestPools detach() and attach() methods when the iterator is active
-* Fixed parsing messages with Content-Range headers
-* Fixed parsing messages with another Transfer-Encoding header value than chunked
+  <notes>+ Added ext/zlib independant GZIP support
++ Added HttpRequestPool::getAttachedRequests() and getFinishedRequests()
++ Added experimental thread safety for curl-gnutls builds
   </notes>
   <deps>
    <dep type="php" rel="ge" version="4.3"/>
@@ -48,6 +39,7 @@
    <configureoption name="with-http-curl-requests" default="yes" prompt="whether to enable cURL HTTP requests; specify libcurl directory"/>
    <configureoption name="with-http-mhash-etags" default="yes" prompt="whether to enable mhash ETag generator; specify libmhash directory"/>
    <configureoption name="with-http-magic-mime" default="no" prompt="whether to enable response content type guessing; specify libmagic directory"/>
+   <configureoption name="with-zlib-compression" default="yes" prompt="whether to enable support for gzencoded/deflated message bodies"/>
   </configureoptions>
   <filelist>
    <dir name="docs">
@@ -79,6 +71,7 @@
     <file role="test" name="data.txt"/>
     <file role="test" name="date_001.phpt"/>
     <file role="test" name="date_002.phpt"/>
+    <file role="test" name="encodings.phpt"/>
     <file role="test" name="etag_mode_001.phpt"/>
     <file role="test" name="etag_mode_002.phpt"/>
     <file role="test" name="etag_mode_003.phpt"/>
@@ -91,6 +84,7 @@
     <file role="test" name="get_request_data_001.phpt"/>
     <file role="test" name="HttpMessage_001.phpt"/>
     <file role="test" name="HttpRequestPool_001.phpt"/>
+    <file role="test" name="HttpRequestPool_002.phpt"/>
     <file role="test" name="HttpRequest_001.phpt"/>
     <file role="test" name="HttpRequest_002.phpt"/>
     <file role="test" name="HttpRequest_003.phpt"/>
     <file role="test" name="INI_001.phpt"/>
     <file role="test" name="log.inc"/>
     <file role="test" name="parse_headers_001.phpt"/>
-    <file role="test" name="parse_message_001.phpt"/>
+    <file role="test" name="parse_message_002.phpt"/>
+    <file role="test" name="parse_message_003.phpt"/>
+    <file role="test" name="parse_message_004.phpt"/>
     <file role="test" name="redirect_001.phpt"/>
     <file role="test" name="redirect_001_logging.phpt"/>
     <file role="test" name="redirect_002.phpt"/>