<email>mike@php.net</email>
<active>yes</active>
</lead>
- <date>2014-01-02</date>
+ <date>2014-04-04</date>
<version>
- <release>2.0.5dev</release>
+ <release>2.0.5</release>
<api>2.0.0</api>
</version>
<stability>
<license>BSD, revised</license>
<notes><![CDATA[
* Fix rare crash with uninitialized CURLOPT_HTTPHEADER
+* Fix build with -Werror=format-security (Remi)
+* Fix build with extenal libs needed by libcurl
]]></notes>
<contents>
<dir name="/">
#ifndef PHP_EXT_HTTP_H
#define PHP_EXT_HTTP_H
-#define PHP_PECL_HTTP_VERSION "2.0.5dev"
+#define PHP_PECL_HTTP_VERSION "2.0.5"
extern zend_module_entry http_module_entry;
#define phpext_http_ptr &http_module_entry