update curl info
[m6w6/ext-http] / package.xml
index e91e84ab8f33927c5360dfe081d318a4ea448cf8..45467499bd9b5d57202007dbbcbe9811fd415d42 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-16</date>
  <version>
-  <release>2.0.0dev6</release>
+  <release>2.0.0dev</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
+- 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="/">
@@ -107,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"/>
@@ -120,6 +118,54 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
    <file role="src" name="php_http_url.h"/>
    <file role="src" name="php_http_version.c"/>
    <file role="src" name="php_http_version.h"/>
+   <dir name="tests">
+    <file role="test" name="skipif.inc"/>
+    <dir name="HttpRequestPool_cache" />
+    <dir name="data">
+     <file role="test" name="message_r_multipart_put.txt"/>
+     <file role="test" name="message_rr_empty.txt"/>
+     <file role="test" name="message_rr_empty_chunked.txt"/>
+     <file role="test" name="message_rr_empty_gzip.txt"/>
+     <file role="test" name="message_rr_helloworld_chunked.txt"/>
+     <file role="test" name="urls.txt"/>
+    </dir>
+    <file role="test" name="envrequestbody001.phpt"/>
+    <file role="test" name="envrequestheader001.phpt"/>
+    <file role="test" name="envresponseheader001.phpt"/>
+    <file role="test" name="envresponseranges001.phpt"/>
+    <file role="test" name="etag001.phpt"/>
+    <file role="test" name="factory.phpt"/>
+    <file role="test" name="filterchunked.phpt"/>
+    <file role="test" name="filterzlib.phpt"/>
+    <file role="test" name="info_001.phpt"/>
+    <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"/>
+    <file role="test" name="phpunit.phpt"/>
+    <file role="test" name="propertyproxy001.phpt"/>
+    <file role="test" name="querystring_001.phpt"/>
+    <file role="test" name="requestpool001.phpt"/>
+    <file role="test" name="response001.phpt"/>
+    <file role="test" name="response002.phpt"/>
+    <file role="test" name="response003.phpt"/>
+    <file role="test" name="url001.phpt"/>
+   </dir>
+   <dir name="phpunit">
+    <file role="test" name="CookieTest.php"/>
+    <file role="test" name="EncodingTest.php"/>
+    <file role="test" name="HeaderTest.php"/>
+    <file role="test" name="MessageBodyTest.php"/>
+    <file role="test" name="ObjectTest.php"/>
+    <file role="test" name="ParamsTest.php"/>
+    <file role="test" name="QueryStringTest.php"/>
+    <file role="test" name="RequestTest.php"/>
+    <file role="test" name="UrlTest.php"/>
+   </dir>
   </dir>
  </contents>
  <dependencies>