administrativa
authorMichael Wallner <mike@php.net>
Wed, 4 Feb 2015 14:05:19 +0000 (15:05 +0100)
committerMichael Wallner <mike@php.net>
Wed, 4 Feb 2015 14:05:19 +0000 (15:05 +0100)
package.xml
php_http.h

index c78bcea12e51710656199aa8581af62350c18290..830a546c87bde110bd61a8f51b61add9a2522fdd 100644 (file)
@@ -39,8 +39,8 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
  </lead>
  <date>2015-01-27</date>
  <version>
-  <release>2.2.1</release>
-  <api>2.2.0</api>
+  <release>2.3.0</release>
+  <api>2.3.0</api>
  </version>
  <stability>
   <release>stable</release>
@@ -48,6 +48,8 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
++ Added support for HTTP2 if libcurl was built with nghttp2 support.
++ Added http\Client\Curl\HTTP_VERSION_2_0 constant (libcurl >= 7.33.0)
 ]]></notes>
  <contents>
   <dir name="/">
index 26de0f17b39d6061867445f54876064cc2f485ba..5a0575d269bb8e799783974f4d961aeeb0c1a65d 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "2.2.1dev"
+#define PHP_PECL_HTTP_VERSION "2.3.0dev"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry