no other SSL libs need this sort of callbacks
[m6w6/ext-http] / package.xml
index 8d197b02711ca9aa268b9485b3c657504efdbaa2..664a401c669ecf3518f88159039088d072c1e8ca 100644 (file)
@@ -37,25 +37,27 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2014-07-11</date>
+ <date>2014-08-01</date>
  <version>
-  <release>2.1.0</release>
-  <api>2.0.0</api>
+  <release>2.1.0dev</release>
+  <api>2.1.0</api>
  </version>
  <stability>
-  <release>stable</release>
+  <release>beta</release>
   <api>stable</api>
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
+* Fixed bug #67733 (Compile error with libevent 2.x)
 + Added RFC5987 support in http\Params
-* General improvements to the test suite
-* Fixed http\Env\Response::send() ignoring some write errors
-* Fixed bug #67528 (RFC compliant default user agent)
-* Fixed a garbage collector issue with JSON POSTs
-* Fixed refcount issue and double free of message bodies
-* Fixed use after free if the http\Client::enqueue() closure returns TRUE
-* Fixed bug #67584 (http\Client\Response not initialized as response on failure)
++ Improved synthetic HTTP message parsing performace for ~20%
++ Added request options if libcurl has builtin c-ares support:
+  dns_interface, dns_local_ip4, dns_local_ip6 (all libcurl >= 7.33.0)
++ Added request options:
+  expect_100_timeout (libcurl >= 7.36.0)
+  tcp_nodelay
++ Added transfer info:
+  tls_session (libcurl >= 7.34.0), only available during transfer
 ]]></notes>
  <contents>
   <dir name="/">