fix a huge number of wrong MIME types. UGH.
[m6w6/ext-http] / package2.xml
index 90bf84161a4bad4bcd73874436db4fc8b56b278a..060f638ae4e5b77600aa92fa81b473fc59dd3825 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-10-20</date>
+ <date>2009-03-17</date>
  <version>
-  <release>1.6.2</release>
+  <release>1.6.4dev</release>
   <api>1.6.0</api>
  </version>
  <stability>
@@ -39,11 +39,10 @@ support. Parallel requests are available for PHP 5 and greater.
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fixed PHP-5.3 API incompatibilities (including bug #15065)
-* Fixed memory corruption with headers and HttpRequest
-* Fixed crash in HttpMessage::unserialize()
-* Fixed bug #14826 (race condition in http_request_dtor)
-* Fixed bug #15223 (http_parse_message cuts off more than headers)
+* Fixed PHP4 build
+* Fixed HttpMessage::toMessageTypeObject() to nonor non-string arguments
+* Fixed memory leaks and unterminated string issues with HttpMessage
+* Fixed bug ##16577 typo in http_request_object.c (HttpRequest::addBody)
 ]]></notes>
  <contents>
   <dir name="/">
@@ -147,6 +146,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"/>
@@ -178,6 +178,7 @@ 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="HttpQueryString_001.phpt"/>
     <file role="test" name="HttpQueryString_002.phpt"/>
     <file role="test" name="HttpQueryString_003.phpt"/>
@@ -217,6 +218,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"/>