fix http_get_request_body[_stream]() with FastCGI SAPI
[m6w6/ext-http] / package2.xml
index 036eeb08617b0f9594b51a6cc4d8544053147863..f11b5d2b0d9a28055556ec4402ba3cb066c5220b 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-02-12</date>
+ <date>2009-07-24</date>
  <version>
-  <release>1.6.4-dev</release>
+  <release>1.6.5-dev</release>
   <api>1.6.0</api>
  </version>
  <stability>
@@ -39,12 +39,8 @@ support. Parallel requests are available for PHP 5 and greater.
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fixed bug #15495 (HttpMessage::setHttpVersion segfault)
-* Fixed bug #15497 (HttpInflateStream::finish segfault)
-* Fixed bug #15499 (HttpRequest::addHeaders segfault)
-* Fixed bug #15509 (HttpMessage::rewind memory leaks)
-* Fixed bug #15800 (Double free when zval is separated in convert_to_*)
-* Fixed bug #15813 (Requests not removed from multi stack when fatal errors occur with fcgi)
+* Fixed PHP5.1 build
+* Fixed http_get_request_body[_stream]() with FastCGI SAPI
 ]]></notes>
  <contents>
   <dir name="/">
@@ -180,6 +176,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"/>