back to dev v2.0.x
authorMichael Wallner <mike@php.net>
Fri, 11 Jul 2014 13:08:23 +0000 (15:08 +0200)
committerMichael Wallner <mike@php.net>
Fri, 11 Jul 2014 13:08:23 +0000 (15:08 +0200)
package.xml
php_http.h

index fc0203ac027f9bed101d02ca801d8b5e8659e12c..6a73ad24a0454139eea13fe4ff1e503f0338a2b8 100644 (file)
@@ -39,7 +39,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
  </lead>
  <date>2014-07-11</date>
  <version>
  </lead>
  <date>2014-07-11</date>
  <version>
-  <release>2.0.7</release>
+  <release>2.0.8dev</release>
   <api>2.0.0</api>
  </version>
  <stability>
   <api>2.0.0</api>
  </version>
  <stability>
@@ -48,13 +48,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* General improvements to the test suite
-* Fixed http\Env\Response::send() ignoring some write errors
-* Fixed bug #67528 (RFC compliant default user agent)
-* Fixed a garbage collector issue with JSON POSTs
-* Fixed refcount issue and double free of message bodies
-* Fixed use after free if the http\Client::enqueue() closure returns TRUE
-* Fixed bug #67584 (http\Client\Response not initialized as response on failure)
+*
 ]]></notes>
  <contents>
   <dir name="/">
 ]]></notes>
  <contents>
   <dir name="/">
index 6615e18c108b1426db3862c9ebc8967e6bb28dca..a0a6d15d55099e72a34dbbd84366f8870a78b8df 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "2.0.7"
+#define PHP_PECL_HTTP_VERSION "2.0.8dev"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry