- changelog, new test files
[m6w6/ext-http] / package2.xml
index 05565037be03c2db1a9fe5de4115eb6efdc64cff..27c1da0aa409dc712a20dbfc7218a22a1bca15e1 100644 (file)
@@ -7,7 +7,7 @@
   http://pear.php.net/dtd/tasks-1.0.xsd
   http://pear.php.net/dtd/package-2.0
   http://pear.php.net/dtd/package-2.0.xsd">
- <name>http</name>
+ <name>pecl_http</name>
  <channel>pecl.php.net</channel>
  <summary>Extended HTTP Support</summary>
  <description><![CDATA[
@@ -30,7 +30,7 @@
  </lead>
  <date>2005-00-00</date>
  <version>
-  <release>0.14.0dev</release>
+  <release>0.15.0</release>
   <api>0.14.0</api>
  </version>
  <stability>
  </stability>
  <license uri="http://www.php.net/license">PHP License</license>
  <notes><![CDATA[
-+ Added missing support for raw post data in HttpRequest
-+ Added missing HttpMessage::setBody()
-+ Added HttpRequest::METH_* constants
-+ Added HttpRequest::AUTH_* constants
-+ Added HttpMessage::TYPE_* constants
-+ Added HttpResponse::ETAG_* constants
-+ Added HTTP_ETAG_MHASH_* constants
-+ Added supported ETag hash algrithms to php_info() output
-+ Added ETag hashing through PHPs CRC32() implementation
-+ Added new language/charset negotiator
-+ Added HttpMessage::setBody()
-+ Added HttpRequest raw post data support
++ Updated documentation (a lot)
 
-* Changed HttpMessage::toString([include_parent = true]) to false
-* Renamed HTTP_GET etc. constants to HTTP_METH_GET
-* Fixed protected property access
+- Renamed http_absolute_uri() to http_build_uri() (complements with http_build_query())
+- Changed the signature of the negotiator to fill the second parameter with the results array
 
+* Fixed unexpected warnings on request shutdown when etag caching is enabled
 ]]></notes>
  <contents>
   <dir name="/">
     <file role="test" name="HttpRequest_003.phpt"/>
     <file role="test" name="HttpResponse_001.phpt"/>
     <file role="test" name="HttpResponse_002.phpt"/>
+    <file role="test" name="HttpResponse_003.phpt"/>
+    <file role="test" name="HttpResponse_004.phpt"/>
     <file role="test" name="INI_001.phpt"/>
     <file role="test" name="parse_headers_001.phpt"/>
     <file role="test" name="parse_message_001.phpt"/>
     <exclude>6.0.0</exclude>
    </php>
    <pearinstaller>
-    <min>1.4.0</min>
+    <min>1.4.1</min>
    </pearinstaller>
   </required>
   <optional>
  <extsrcrelease>
   <configureoption 
    name="with-http-curl-requests"
-   prompt="whether to enable cURL HTTP requests"
+   prompt="whether to enable cURL HTTP requests; specify libcurl directory"
    default="yes"
   />
   <configureoption
    name="with-http-mhash-etags"
-   prompt="whether to enable mhash ETag generator"
+   prompt="whether to enable mhash ETag generator; specify libmhash directory"
    default="yes"
   />
   <configureoption
    name="with-http-magic-mime"
-   prompt="whether to enable response content type guessing"
+   prompt="whether to enable response content type guessing; specify libmagic directory"
    default="no"
   />
-  <!--
   <filelist>
    <install as="functions.html" name="docs/functions.html"/>
    <install as="examples/Bandwidth_Throttling.php" name="docs/examples/Bandwidth_Throttling.php"/>
    <install as="examples/extract.php" name="docs/examples/extract.php"/>
    <install as="examples/tutorial.txt" name="docs/examples/tutorial.txt"/>
   </filelist>
-  -->
  </extsrcrelease>
  <changelog />
-</package>
\ No newline at end of file
+</package>