fix PHP5.1 build
[m6w6/ext-http] / package.xml
index cc517ed3be319209629ca9dbc96edca6296c5391..02518349bbdd11e815fe047f3cc5d6bb8c52fed0 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.6.1">
+<package version="1.0" packagerversion="1.8.1">
  <name>pecl_http</name>
  <summary>Extended HTTP Support</summary>
  <description>This HTTP extension aims to provide a convenient and powerful 
@@ -23,14 +23,16 @@ support. Parallel requests are available for PHP 5 and greater.
   </maintainer>
   </maintainers>
  <release>
-  <version>1.6.0b1</version>
-  <date>2007-09-05</date>
+  <version>1.6.4</version>
+  <date>2009-07-24</date>
   <license>BSD, revised</license>
-  <state>beta</state>
-  <notes>+ Added &apos;retrycount&apos; and &apos;retrydelay&apos; request options
-+ Added libevent support for libcurl (&gt;= 7.16.0):
-  o added --with-http-curl-libevent configure option
-  o added HttpRequestPool::enableEvents()
+  <state>stable</state>
+  <notes>* Fixed PHP4 build
+* Fixed PHP5.3 issue in the negotiation API
+* Fixed HttpMessage::toMessageTypeObject() to honor non-string arguments
+* Fixed memory leaks and unterminated string issues with HttpMessage
+* Fixed bug #16577 typo in http_request_object.c (HttpRequest::addBody)
+* Fixed bug #16700 child classes of HttpMessage cannot not have array properties
   </notes>
   <deps>
    <dep type="php" rel="ge" version="4.3"/>
@@ -63,6 +65,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"/>
@@ -95,6 +98,8 @@ support. Parallel requests are available for PHP 5 and greater.
     <file role="test" name="HttpMessage_005.phpt"/>
     <file role="test" name="HttpMessage_006.phpt"/>
     <file role="test" name="HttpMessage_007.phpt"/>
+    <file role="test" name="HttpMessage_008.phpt"/>
+    <file role="test" name="HttpMessage_009_bug16700.phpt"/>
     <file role="test" name="HttpQueryString_001.phpt"/>
     <file role="test" name="HttpQueryString_002.phpt"/>
     <file role="test" name="HttpQueryString_003.phpt"/>
@@ -135,8 +140,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"/>