add changelog and new tests
authorMichael Wallner <mike@php.net>
Tue, 20 Mar 2012 20:55:36 +0000 (20:55 +0000)
committerMichael Wallner <mike@php.net>
Tue, 20 Mar 2012 20:55:36 +0000 (20:55 +0000)
package.xml

index a6fabce3e71883ea3083f4ab80f21a81f4d522f5..bc6add8ed4a391bc23326589714c99f515c4fdc5 100644 (file)
@@ -39,6 +39,8 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
  <license>BSD, revised</license>
  <notes><![CDATA[
 - Renamed http\Env\Request::getPost() to ::getForm()
+- Changed http\Env\Response::setContentDisposition() to take an http\Params like array as argument
+- Removed http\Env\Response::CONTENT_DISPOSOTION_* constants
 ]]></notes>
  <contents>
   <dir name="/">
@@ -140,6 +142,8 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
     <file role="test" name="message001.phpt"/>
     <file role="test" name="message002.phpt"/>
     <file role="test" name="message003.phpt"/>
+    <file role="test" name="message004.phpt"/>
+    <file role="test" name="message005.phpt"/>
     <file role="test" name="negotiate001.phpt"/>
     <file role="test" name="params001.phpt"/>
     <file role="test" name="persistenthandles001.phpt"/>