back to dev
authorMichael Wallner <mike@php.net>
Mon, 7 Dec 2015 10:16:36 +0000 (11:16 +0100)
committerMichael Wallner <mike@php.net>
Mon, 7 Dec 2015 10:16:36 +0000 (11:16 +0100)
package.xml
php_http.h

index d6969ed551854ffbf8b0343c187c19d17c5955e0..90b1dabe8336c47e00daf3c678c638b76a9657ea 100644 (file)
@@ -37,7 +37,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
  </lead>
  <date>2015-12-07</date>
  <version>
-  <release>2.5.5</release>
+  <release>2.5.6dev</release>
   <api>2.5.0</api>
  </version>
  <stability>
@@ -46,7 +46,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
-* Fixed gh-issue #16: No Content-Length header with empty POST requests
+*
 ]]></notes>
  <contents>
   <dir name="/">
index 2cd9fbf6336e4a769068e9d43a3b738f45974558..be5aeb5878a1cb22f96b815dead0d0a4a3d5dc2e 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "2.5.5"
+#define PHP_PECL_HTTP_VERSION "2.5.6dev"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry