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

index e91e84ab8f33927c5360dfe081d318a4ea448cf8..b0dd6a3225cf1dfa29498a3f42e1dc09d0d78ded 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-01</date>
+ <date>2012-03-09</date>
  <version>
-  <release>2.0.0dev6</release>
+  <release>2.0.0dev7</release>
   <api>2.0.0</api>
  </version>
  <stability>
@@ -38,10 +38,10 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-+ Added stream parsing capability to http\Message
-+ Added http\Env\Request methods: getQuery(), getPost(), getFiles()
-* Changed http\Env\Response to only cache responses to GET or HEAD requests without authorization
-* Fixed possible crash when http\Url was initialized with empty urls
++ 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.
 ]]></notes>
  <contents>
   <dir name="/">
index e8d5e40fb235e02458a16553125ceaf165626e96..3d301d427fe35d39d52780e3f96e23711c9dca48 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_HTTP_EXT_VERSION "2.0.0dev"
+#define PHP_HTTP_EXT_VERSION "2.0.0dev7"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry