</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>
</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="/">
#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