update curl info
[m6w6/ext-http] / package.xml
index a6fabce3e71883ea3083f4ab80f21a81f4d522f5..45467499bd9b5d57202007dbbcbe9811fd415d42 100644 (file)
@@ -39,6 +39,9 @@ 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
+- Removed http\Request\Method class; request methods are now used as simple strings
 ]]></notes>
  <contents>
   <dir name="/">
@@ -104,8 +107,6 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
    <file role="src" name="php_http_request_factory.c"/>
    <file role="src" name="php_http_request_factory.h"/>
    <file role="src" name="php_http_request.h"/>
-   <file role="src" name="php_http_request_method.c"/>
-   <file role="src" name="php_http_request_method.h"/>
    <file role="src" name="php_http_request_pool.c"/>
    <file role="src" name="php_http_request_pool.h"/>
    <file role="src" name="php_http_resource_factory.c"/>
@@ -140,6 +141,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"/>