2.3.0
authorMichael Wallner <mike@php.net>
Sun, 1 Mar 2015 13:18:38 +0000 (14:18 +0100)
committerMichael Wallner <mike@php.net>
Sun, 1 Mar 2015 13:18:38 +0000 (14:18 +0100)
package.xml
php_http.h

index 187f86e1ae7ff476a3c420b4d4e64d49f40e2d27..06278bffbafd7ec200e39d571504b6e450280b0d 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>
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2015-02-19</date>
+ <date>2015-03-01</date>
  <version>
  <version>
-  <release>2.3.0dev</release>
+  <release>2.3.0</release>
   <api>2.3.0</api>
  </version>
  <stability>
   <api>2.3.0</api>
  </version>
  <stability>
@@ -89,6 +89,9 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
 - Deprecated http\Client::enableEvents(), use http\Client::configure(["use_eventloop" => true]) instead
 - Removed the cookies entry from the transfer info, wich was very slow and generated a Netscape formatted list of cookies
 - Changed the header parser to reject illegal characters
 - Deprecated http\Client::enableEvents(), use http\Client::configure(["use_eventloop" => true]) instead
 - Removed the cookies entry from the transfer info, wich was very slow and generated a Netscape formatted list of cookies
 - Changed the header parser to reject illegal characters
+
+Changes from RC1:
+* Fixed a shutdown crash with chunked encoded stream responses
 ]]></notes>
  <contents>
   <dir name="/">
 ]]></notes>
  <contents>
   <dir name="/">
index 5a0575d269bb8e799783974f4d961aeeb0c1a65d..e31a736ca8c1102024e47a9d53d05df5b39c57da 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.3.0dev"
+#define PHP_PECL_HTTP_VERSION "2.3.0"
 
 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