add test file to package.xml
[m6w6/ext-http] / package.xml
index 0f559aa28dd39a94c4df8e7b75e1d75cabb8615d..370bf77f1e840c24d194b6c53528bffa7e156a21 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
-<package version="1.0" packagerversion="1.4.11">
+<package version="1.0" packagerversion="1.7.1">
  <name>pecl_http</name>
  <summary>Extended HTTP Support</summary>
  <description>This HTTP extension aims to provide a convenient and powerful 
@@ -23,15 +23,26 @@ support. Parallel requests are available for PHP 5 and greater.
   </maintainer>
   </maintainers>
  <release>
-  <version>1.5.0RC1</version>
-  <date>2007-02-08</date>
+  <version>1.7.0b1</version>
+  <date>2009-02-16</date>
   <license>BSD, revised</license>
   <state>beta</state>
-  <notes>+ Added HttpMessage::fromEnv(int type[, string class_name = &quot;HttpMessage&quot;]) (Clay Loveless)
-+ Added support for per process persistent cURL handles (requested by Clay Loveless):
-  o Added --enable-http-persistent-handles configure option
-  o Added http_persistent_handles_count(), http_persistent_handles_clean([string name]), http_persistent_handles_ident([string ident])
-  o Added http.persistent.handles.ident INI setting
+  <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"/>
@@ -42,7 +53,6 @@ support. Parallel requests are available for PHP 5 and greater.
    <configureoption name="with-http-zlib-compression" default="yes" prompt="whether to enable support for gzencoded/deflated message bodies; specify zlib directory"/>
    <configureoption name="with-http-magic-mime" default="no" prompt="whether to enable response content type guessing; specify libmagic directory"/>
    <configureoption name="with-http-shared-deps" default="yes" prompt="whether to depend on extensions which have been built shared"/>
-   <configureoption name="enable-http-persistent-handles" default="no" prompt="whether to enable per-process persistent cURL handles"/>
   </configureoptions>
   <filelist>
    <dir name="docs">
@@ -65,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"/>
@@ -137,8 +148,11 @@ 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"/>
+    <file role="test" name="persistent_handles_003.phpt"/>
     <file role="test" name="redirect_011.phpt"/>
     <file role="test" name="redirect_011_logging.phpt"/>
     <file role="test" name="redirect_012.phpt"/>