add test file to package.xml
[m6w6/ext-http] / package.xml
index 63c0aba0009b6ebec723eb4fa89106ede0500fc8..370bf77f1e840c24d194b6c53528bffa7e156a21 100644 (file)
@@ -23,13 +23,26 @@ support. Parallel requests are available for PHP 5 and greater.
   </maintainer>
   </maintainers>
  <release>
-  <version>1.6.1</version>
-  <date>2008-07-23</date>
+  <version>1.7.0b1</version>
+  <date>2009-02-16</date>
   <license>BSD, revised</license>
-  <state>stable</state>
-  <notes>* Fixed bug #13362 (PHP-5.3 build)
-* Fixed bug #14168 (st-&gt;errorbuffer not cleared between uses of persistent handles)
-* Fixed bug #14218 (properties of class extending HttpMessage inaccessible)
+  <state>beta</state>
+  <notes>* Implement Request #14408 (Add a customizable timeout for HttpRequestPool::socketSelect)
+* Implement Request #15775 (recursive http_request_body_encode)
+* Added request options:
+ - postredir: enforcing RFC conformig POST after redirect (libcurl &gt;= 7.17.1)
+ - address_scope: RFC4007 zone_id (libcurl &gt;= 7.19.0)
+ - ssl-&gt;issuercert: validate peer certificate issuer (libcurl &gt;= 7.19.0)
+ - ssl-&gt;crlfile: require CRL check (libcurl &gt;= 7.19.0 with openssl)
+ - ssl-&gt;certinfo: enable the certinfo gatherer (libcurl &gt;= 7.19.1 with openssl)
+* Added proxytype request option constants:
+ - HTTP_PROXY_SOCKS4A
+ - HTTP_PROXY_SOCKS5_HOSTNAME
+* Added request info members:
+ - redirect_url (libcurl &gt;= 7.18.2)
+ - primary_ip (libcurl &gt;= 7.19.0)
+ - appconnect_time (libcurl &gt;= 7.19.0)
+ - certinfo (libcurl &gt;= 7.19.1 with openssl)
   </notes>
   <deps>
    <dep type="php" rel="ge" version="4.3"/>
@@ -62,6 +75,7 @@ support. Parallel requests are available for PHP 5 and greater.
    <dir name="tests">
     <file role="test" name="allowed_methods_002.phpt"/>
     <file role="test" name="allowed_methods_002_logging.phpt"/>
+    <file role="test" name="bug_15800.phpt"/>
     <file role="test" name="build_str_001.phpt"/>
     <file role="test" name="build_url_001.phpt"/>
     <file role="test" name="build_url_002.phpt"/>
@@ -134,6 +148,7 @@ support. Parallel requests are available for PHP 5 and greater.
     <file role="test" name="parse_message_003.phpt"/>
     <file role="test" name="parse_message_004.phpt"/>
     <file role="test" name="parse_message_005.phpt"/>
+    <file role="test" name="parse_message_006.phpt"/>
     <file role="test" name="parse_params_001.phpt"/>
     <file role="test" name="persistent_handles_001.phpt"/>
     <file role="test" name="persistent_handles_002.phpt"/>