fix a huge number of wrong MIME types. UGH.
[m6w6/ext-http] / package2.xml
index 2edb7b5dbef85a22c47ecfb5d8b0429c5e290857..060f638ae4e5b77600aa92fa81b473fc59dd3825 100644 (file)
@@ -28,10 +28,10 @@ support. Parallel requests are available for PHP 5 and greater.
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2007-02-20</date>
+ <date>2009-03-17</date>
  <version>
-  <release>1.5.0</release>
-  <api>1.5.0</api>
+  <release>1.6.4dev</release>
+  <api>1.6.0</api>
  </version>
  <stability>
   <release>stable</release>
@@ -39,8 +39,10 @@ support. Parallel requests are available for PHP 5 and greater.
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fixed responses to range requests which asked for the first byte (0-0)
-* Fixed Win32 build
+* 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="/">
@@ -144,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"/>
@@ -175,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"/>
@@ -214,8 +218,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_logging.phpt"/>
     <file role="test" name="redirect_011.phpt"/>
     <file role="test" name="redirect_012_logging.phpt"/>