administrativa
authorMichael Wallner <mike@php.net>
Thu, 25 Sep 2014 07:22:04 +0000 (09:22 +0200)
committerMichael Wallner <mike@php.net>
Thu, 25 Sep 2014 07:22:04 +0000 (09:22 +0200)
package.xml
php_http.h

index 914591f9fe32e1e48fd72e44a1ba1c5db5fb88c5..6421dd02baa2e69b0456a6e68f0f32f5102451b7 100644 (file)
@@ -39,7 +39,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
  </lead>
  <date>2014-09-09</date>
  <version>
-  <release>2.1.2dev</release>
+  <release>2.1.2</release>
   <api>2.1.0</api>
  </version>
  <stability>
@@ -48,6 +48,9 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
  </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>
index 00c5ebf05db2d63bd2575cb38ca4375af8cc159a..8a82b2ddaaa5255d70dda2751d6bf2025b704679 100644 (file)
@@ -13,7 +13,7 @@
 #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