release 1.6.4
[m6w6/ext-http] / package2.xml
index cfdc087d02bf1cd6025ab2a8a6704e3911e8adff..36b8a8b50cba6b41a6d6cabfdf468caa3f3663f7 100644 (file)
@@ -28,9 +28,9 @@ support. Parallel requests are available for PHP 5 and greater.
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2008-07-23</date>
+ <date>2009-07-24</date>
  <version>
-  <release>1.6.1</release>
+  <release>1.6.4</release>
   <api>1.6.0</api>
  </version>
  <stability>
@@ -39,9 +39,12 @@ support. Parallel requests are available for PHP 5 and greater.
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fixed bug #13362 (PHP-5.3 build)
-* Fixed bug #14168 (st->errorbuffer not cleared between uses of persistent handles)
-* Fixed bug #14218 (properties of class extending HttpMessage inaccessible)
+* 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>
  <contents>
   <dir name="/">
@@ -145,6 +148,7 @@ support. Parallel requests are available for PHP 5 and greater.
     <file role="test" name="log.inc"/>
     <file role="test" name="allowed_methods_002_logging.phpt"/>
     <file role="test" name="allowed_methods_002.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"/>
@@ -176,6 +180,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"/>
@@ -215,6 +221,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"/>