</lead>
<date>2015-04-03</date>
<version>
- <release>2.4.2</release>
+ <release>2.4.3dev</release>
<api>2.4.0</api>
</version>
<stability>
</stability>
<license>BSD, revised</license>
<notes><![CDATA[
-* Fixed bug 69076 (http\Url throws Exception on empty querystring) (p at wspnr dot com)
-* Fixed bug 69313 (http\Client doesn't send GET body)
-+ Added libidn2 and UIDNA as fallbacks for IDN support
-- Deferred warnings/exceptions of the client, so callbacks for the currently failing requests will still be called
+*
]]></notes>
<contents>
<dir name="/">
#ifndef PHP_EXT_HTTP_H
#define PHP_EXT_HTTP_H
-#define PHP_PECL_HTTP_VERSION "2.4.2"
+#define PHP_PECL_HTTP_VERSION "2.4.3dev"
extern zend_module_entry http_module_entry;
#define phpext_http_ptr &http_module_entry