2.0.6 RELEASE_2_0_6
authorMichael Wallner <mike@php.net>
Thu, 24 Apr 2014 09:16:54 +0000 (11:16 +0200)
committerMichael Wallner <mike@php.net>
Thu, 24 Apr 2014 09:16:54 +0000 (11:16 +0200)
package.xml
php_http.h

index 2ffdf4b57ed2fbde7e8f7c18658f4f0839cb8e0d..990e99bec7413d7847dd3d75390a185056eb1fa8 100644 (file)
@@ -37,9 +37,9 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2014-04-04</date>
+ <date>2014-04-24</date>
  <version>
-  <release>2.0.6dev</release>
+  <release>2.0.6</release>
   <api>2.0.0</api>
  </version>
  <stability>
@@ -48,6 +48,10 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
++ Added "uploaded" progress state
+* Fixed bug #67089 (Segmentaion fault with ZTS)
+* Fixed compatibility with PHP-5.6+
+* Fixed re-use of request messages which content length remained untouched when the body was reset
 ]]></notes>
  <contents>
   <dir name="/">
@@ -147,6 +151,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
      <file role="test" name="client011.phpt"/>
      <file role="test" name="client012.phpt"/>
      <file role="test" name="client013.phpt"/>
+     <file role="test" name="client014.phpt"/>
      <file role="test" name="clientrequest001.phpt"/>
      <file role="test" name="clientrequest002.phpt"/>
      <file role="test" name="clientrequest003.phpt"/>
index 1125510dcfaf26bf8ba330384be6e5178decd521..385c311bc3ca5d43f1ed1be124746dabe1a3bb97 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "2.0.6dev"
+#define PHP_PECL_HTTP_VERSION "2.0.6"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry