release 2.0.0dev8
authorMichael Wallner <mike@php.net>
Fri, 16 Mar 2012 16:14:13 +0000 (16:14 +0000)
committerMichael Wallner <mike@php.net>
Fri, 16 Mar 2012 16:14:13 +0000 (16:14 +0000)
package.xml
php_http.h

index b0dd6a3225cf1dfa29498a3f42e1dc09d0d78ded..0f56341698eaf8e4119fb08f5b0bad7e6f49134f 100644 (file)
@@ -27,9 +27,9 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2012-03-09</date>
+ <date>2012-03-16</date>
  <version>
-  <release>2.0.0dev7</release>
+  <release>2.0.0dev8</release>
   <api>2.0.0</api>
  </version>
  <stability>
@@ -38,10 +38,14 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-+ Added multipart support to http\Message, which can now splitMultipartBody() 
-  to a http\Message chain, f.e. of a ranges response or file upload request.
-+ Added primitive quoting/escaping capabilities to http\Params.
-+ Reworked and improved negotiation support, added asterisk (*) matching etc.
+* Fixed build failure and compiler warnings
+* Fixed logical errors in http\Env\Response::isCachedBy{Etag,LastModified}()
+* Fixed memory leaks in http\Env\Response::isCachedByLastModified()
+* Fixed memory leaks in http\Env::getResponseHeader()
+* Fixed erroneous trailing CRLF of http\Message strings
+- Renamed http\Message\Body::add() to ::addForm()
++ Added http\Message\Body::addPart(http\Message $part)
++ Added http\Env\Response::__invoke() output buffering handler
 ]]></notes>
  <contents>
   <dir name="/">
index 3d301d427fe35d39d52780e3f96e23711c9dca48..36dae96947ecbb28c9d5a0d0b4aa3e01de11c6da 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_HTTP_EXT_VERSION "2.0.0dev7"
+#define PHP_HTTP_EXT_VERSION "2.0.0dev8"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry