</lead>
<date>2014-09-09</date>
<version>
- <release>2.1.2dev</release>
+ <release>2.1.2</release>
<api>2.1.0</api>
</version>
<stability>
</stability>
<license>BSD, revised</license>
<notes><![CDATA[
++ Added missing request option constants:
+ POSTREDIR_303, AUTH_SPNEGO (libcurl >= 7.38.0), SSL_VERSION_TLSv1_{0,1,2} (libcurl >= 7.34)
+* Fixed bug #68083 (PUT method not working after DELETE)
* Fixed bug #68009 (Segmentation fault after calling exit(0) after a request)
* Fixed bug #68000 (Extension does not build on FreeBSD)
]]></notes>
#ifndef PHP_EXT_HTTP_H
#define PHP_EXT_HTTP_H
-#define PHP_PECL_HTTP_VERSION "2.1.2dev"
+#define PHP_PECL_HTTP_VERSION "2.1.2"
extern zend_module_entry http_module_entry;
#define phpext_http_ptr &http_module_entry