- added INI setting http.force_exit which can be used to disable script termination
[m6w6/ext-http] / package2.xml
index b168efde4e9cf9ecf470a3e39706a755a57b8732..5b2e9508060d27993f89ebdeae091ccbabb845e0 100644 (file)
@@ -11,7 +11,7 @@
  <channel>pecl.php.net</channel>
  <summary>Extended HTTP Support</summary>
  <description><![CDATA[
-* Building absolute URIs
+* Building absolute URLs
 * RFC compliant HTTP redirects
 * RFC compliant HTTP date handling
 * Parsing of HTTP headers and messages
  </lead>
  <date>2005-00-00</date>
  <version>
-  <release>0.15.0</release>
-  <api>0.14.0</api>
+  <release>0.18.0dev</release>
+  <api>0.18.0</api>
  </version>
  <stability>
   <release>beta</release>
   <api>beta</api>
  </stability>
- <license uri="http://www.php.net/license">PHP License</license>
+ <license>BSD, revised</license>
  <notes><![CDATA[
-+ 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 INI setting http.force_exit which can be used to disable script termination
+  in case of redirects and positive cache hits (instead, standard output will be discarded)
++ Classes HttpMessage and HttpRequestPool implement Countable if PHP >= 5.1 with SPL is available
++ Class HttpMessage implements Serializable if PHP >= 5.1 is available
 
-- 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
+* Fixed a bug that caused a warning about an invalid curl handle at HttpRequestPool destruction
 ]]></notes>
  <contents>
   <dir name="/">
+   <file role="doc" name="LICENSE"/>
    <file role="doc" name="CREDITS"/>
    <file role="doc" name="EXPERIMENTAL"/>
    <file role="doc" name="KnownIssues.txt"/>
    
    <dir name="tests">
     <file role="test" name="data.txt"/>
+    <file role="test" name="urls.txt"/>
     <file role="test" name="skip.inc"/>
     <file role="test" name="log.inc"/>
     <file role="test" name="abs_uri_001.phpt"/>
     <file role="test" name="abs_uri_002.phpt"/>
     <file role="test" name="allowed_methods_001.phpt"/>
     <file role="test" name="allowed_methods_001_logging.phpt"/>
+    <file role="test" name="allowed_methods_002.phpt"/>
+    <file role="test" name="allowed_methods_002_logging.phpt"/>
+    <file role="test" name="build_uri_001.phpt"/>
     <file role="test" name="chunked_decode_001.phpt"/>
     <file role="test" name="chunked_decode_002.phpt"/>
+    <file role="test" name="chunked_decode_003.phpt"/>
+    <file role="test" name="chunked_decode_004.phpt"/>
+    <file role="test" name="cloning_001.phpt"/>
     <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"/>
     <file role="test" name="etag_mode_012.phpt"/>
     <file role="test" name="etag_mode_013.phpt"/>
     <file role="test" name="etag_mode_014.phpt"/>
+    <file role="test" name="etag_mode_031.phpt"/>
+    <file role="test" name="etag_mode_032.phpt"/>
+    <file role="test" name="etag_mode_033.phpt"/>
+    <file role="test" name="etag_mode_034.phpt"/>
+    <file role="test" name="etag_mode_041.phpt"/>
+    <file role="test" name="etag_mode_042.phpt"/>
+    <file role="test" name="etag_mode_043.phpt"/>
+    <file role="test" name="etag_mode_044.phpt"/>
     <file role="test" name="etag_mode_crc.phpt"/>
+    <file role="test" name="exceptions.phpt"/>
     <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="HttpMessage_002.phpt"/>
+    <file role="test" name="HttpMessage_003.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="HttpRequestPool_001.phpt"/>
+    <file role="test" name="HttpRequestPool_002.phpt"/>
+    <file role="test" name="HttpRequestPool_003.phpt"/>
+    <file role="test" name="HttpRequestPool_004.phpt"/>
     <file role="test" name="HttpResponse_001.phpt"/>
     <file role="test" name="HttpResponse_002.phpt"/>
     <file role="test" name="HttpResponse_003.phpt"/>
     <file role="test" name="HttpResponse_004.phpt"/>
     <file role="test" name="INI_001.phpt"/>
+    <file role="test" name="negotiation_001.phpt"/>
     <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"/>
     <file role="test" name="redirect_002_logging.phpt"/>
     <file role="test" name="redirect_003.phpt"/>
     <file role="test" name="redirect_003_logging.phpt"/>
+    <file role="test" name="redirect_011.phpt"/>
+    <file role="test" name="redirect_011_logging.phpt"/>
+    <file role="test" name="redirect_012.phpt"/>
+    <file role="test" name="redirect_012_logging.phpt"/>
+    <file role="test" name="redirect_013.phpt"/>
+    <file role="test" name="redirect_013_logging.phpt"/>
     <file role="test" name="request_gzip.phpt"/>
+    <file role="test" name="request_methods.phpt"/>
     <file role="test" name="send_data_001.phpt"/>
     <file role="test" name="send_data_002.phpt"/>
     <file role="test" name="send_data_003.phpt"/>
     <file role="test" name="send_data_007_logging.phpt"/>
     <file role="test" name="send_data_008.phpt"/>
     <file role="test" name="send_data_009.phpt"/>
+    <file role="test" name="send_data_010.phpt"/>
+    <file role="test" name="send_data_011.phpt"/>
     <file role="test" name="send_file_001.phpt"/>
     <file role="test" name="send_file_002.phpt"/>
     <file role="test" name="send_file_003.phpt"/>
     <file role="test" name="send_file_005.phpt"/>
     <file role="test" name="send_file_006.phpt"/>
     <file role="test" name="send_file_007.phpt"/>
+    <file role="test" name="send_file_008.phpt"/>
+    <file role="test" name="send_file_009.phpt"/>
+    <file role="test" name="send_file_010.phpt"/>
+    <file role="test" name="send_file_011.phpt"/>
+    <file role="test" name="send_file_012.phpt"/>
+    <file role="test" name="send_file_013.phpt"/>
    </dir>
   </dir>
  </contents>
    prompt="whether to enable response content type guessing; specify libmagic directory"
    default="no"
   />
+  <configureoption
+   name="with-http-zlib-compression"
+   prompt="whether to enable support for gzencoded/deflated message bodies; specify zlib directory"
+   default="yes"
+  />
   <filelist>
    <install as="functions.html" name="docs/functions.html"/>
    <install as="examples/Bandwidth_Throttling.php" name="docs/examples/Bandwidth_Throttling.php"/>