fix leaks
[m6w6/ext-http] / package.xml
index f3615c679cf808c2bb588ec820f796fa2d2baf64..d61089d3e2cfd64f4eef605f212a6b08c52db76f 100644 (file)
@@ -22,13 +22,7 @@ arbitrary data with caching and resuming capabilities.
 It provides powerful request functionality with support for
 parallel requests.
 
-Documentation:
-v1: http://php.net/http
-v2: http://devel-m6w6.rhcloud.com/mdref/http
-
-Code Coverage:
-v1: http://dev.iworks.at/ext-http/lcov_html/ext/http/
-v2: http://dev.iworks.at/ext-http/lcov/ext/http/
+http://devel-m6w6.rhcloud.com/mdref/http
 
 ]]></description>
  <lead>
@@ -37,14 +31,14 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2015-03-01</date>
+ <date>2014-12-17</date>
  <version>
-  <release>2.3.1dev</release>
-  <api>2.3.0</api>
+  <release>3.0.0dev</release>
+  <api>3.0.0</api>
  </version>
  <stability>
-  <release>stable</release>
-  <api>stable</api>
+  <release>beta</release>
+  <api>beta</api>
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
@@ -89,9 +83,6 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
 - Deprecated http\Client::enableEvents(), use http\Client::configure(["use_eventloop" => true]) instead
 - Removed the cookies entry from the transfer info, wich was very slow and generated a Netscape formatted list of cookies
 - Changed the header parser to reject illegal characters
-
-Changes from RC1:
-* Fixed a shutdown crash with chunked encoded stream responses
 ]]></notes>
  <contents>
   <dir name="/">
@@ -248,15 +239,11 @@ Changes from RC1:
      <file role="test" name="encstream008.phpt"/>
      <file role="test" name="encstream009.phpt"/>
      <file role="test" name="envrequestbody001.phpt"/>
-     <file role="test" name="envrequestbody002.phpt"/>
-     <file role="test" name="envrequestbody003.phpt"/>
      <file role="test" name="envrequestcookie001.phpt"/>
      <file role="test" name="envrequestfiles001.phpt"/>
      <file role="test" name="envrequestfiles002.phpt"/>
      <file role="test" name="envrequestform.phpt"/>
      <file role="test" name="envrequestheader001.phpt"/>
-     <file role="test" name="envrequestjson001.phpt"/>
-     <file role="test" name="envrequestjson002.phpt"/>
      <file role="test" name="envrequestquery.phpt"/>
      <file role="test" name="envresponse001.phpt"/>
      <file role="test" name="envresponse002.phpt"/>