- add test for crash when detaching request from pool in callbacks
[m6w6/ext-http] / package2.xml
index 3880fc4debc8c2fb09bd3d73faf285a0b47c2b3b..406cadade166e74eadbfd4a4d008ee8b3950c3e3 100644 (file)
@@ -41,6 +41,8 @@ support. Parallel requests are available for PHP 5 and greater.
  <notes><![CDATA[
 * Fixed issues with inheritance and cloning of HttpDeflateStream, HttpInflateStream and HttpMessage
   (Extending classes lose default properties on instantiation; Complex members ignored during cloning)
+* Fixed suppression of nested exceptions in e.g. HttpRequestPool::send()
+* Fixed crash on detaching requests from pool in request event callbacks
 ]]></notes>
  <contents>
   <dir name="/">
@@ -196,6 +198,7 @@ support. Parallel requests are available for PHP 5 and greater.
     <file role="test" name="HttpRequestPool_003.phpt"/>
     <file role="test" name="HttpRequestPool_004.phpt"/>
     <file role="test" name="HttpRequestPool_005.phpt"/>
+    <file role="test" name="HttpRequestPool_006.phpt"/>
     <file role="test" name="HttpResponse_001.phpt"/>
     <file role="test" name="HttpResponse_002.phpt"/>
     <file role="test" name="HttpResponse_003.phpt"/>