prepare R_2_1_0_RC1
authorMichael Wallner <mike@php.net>
Fri, 1 Aug 2014 08:20:43 +0000 (10:20 +0200)
committerMichael Wallner <mike@php.net>
Fri, 1 Aug 2014 08:20:43 +0000 (10:20 +0200)
package.xml
php_http.h

index 5070ececc2fcd8fc64119e13d9f7427040a1d636..db00c221c6a4c0555f06eabc83bdc089eed9f5cf 100644 (file)
@@ -37,19 +37,26 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2014-07-11</date>
+ <date>2014-08-01</date>
  <version>
  <version>
-  <release>2.1.0</release>
-  <api>2.0.0</api>
+  <release>2.1.0RC1</release>
+  <api>2.1.0</api>
  </version>
  <stability>
  </version>
  <stability>
-  <release>stable</release>
+  <release>beta</release>
   <api>stable</api>
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
 + Added RFC5987 support in http\Params
 + Improved synthetic HTTP message parsing performace for ~20%
   <api>stable</api>
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
 + Added RFC5987 support in http\Params
 + 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="/">
 ]]></notes>
  <contents>
   <dir name="/">
index dbb179f945d43ad1adbca795f396df5ffb9072ca..72670089e143978455d034e0d8f5ce931bbe060a 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "2.1.0"
+#define PHP_PECL_HTTP_VERSION "2.1.0RC1"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry