dev
authorMichael Wallner <mike@php.net>
Fri, 3 Jan 2014 12:28:25 +0000 (13:28 +0100)
committerMichael Wallner <mike@php.net>
Fri, 3 Jan 2014 12:39:18 +0000 (13:39 +0100)
package.xml
php_http.h

index 9113135031a545fca900d32683f61da623c680b4..d8a82bb152db247438735ac9d20f7e4c17d1b24a 100644 (file)
@@ -39,7 +39,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
  </lead>
  <date>2014-01-02</date>
  <version>
-  <release>2.0.4</release>
+  <release>2.0.5dev</release>
   <api>2.0.0</api>
  </version>
  <stability>
@@ -48,8 +48,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Removed the pecl/event conflict
-* Fixed bug #66388 (Crash on POST with Content-Length:0 and untouched body)
+*
 ]]></notes>
  <contents>
   <dir name="/">
index 0d2613922b0e1005f4548bae12fd844c20a5138c..7bc203b2947c67219ed183844c7aa84f23502806 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "2.0.4"
+#define PHP_PECL_HTTP_VERSION "2.0.5dev"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry