Fix missing IS_BOOL
[m6w6/ext-http] / package.xml
index 06278bffbafd7ec200e39d571504b6e450280b0d..8fcb5379f78d165131f18849fcf7d440f20e2f35 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,10 +31,10 @@ 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.0</release>
-  <api>2.3.0</api>
+  <release>3.0.0dev</release>
+  <api>3.0.0</api>
  </version>
  <stability>
   <release>beta</release>
@@ -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="/">