release 1.6.4
[m6w6/ext-http] / package2.xml
index 060f638ae4e5b77600aa92fa81b473fc59dd3825..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>2009-03-17</date>
+ <date>2009-07-24</date>
  <version>
-  <release>1.6.4dev</release>
+  <release>1.6.4</release>
   <api>1.6.0</api>
  </version>
  <stability>
@@ -40,9 +40,11 @@ support. Parallel requests are available for PHP 5 and greater.
  <license>BSD, revised</license>
  <notes><![CDATA[
 * Fixed PHP4 build
-* Fixed HttpMessage::toMessageTypeObject() to nonor non-string arguments
+* 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 #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="/">
@@ -179,6 +181,7 @@ support. Parallel requests are available for PHP 5 and greater.
     <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"/>