- fixed a gotcha in http_chunked_decode (-size_t is always > 0)
[m6w6/ext-http] / package2.xml
index 9972ba9f0ee3f5b8284dc38370e963328e52b899..33a0aaaef371a7bc155f9062fcb7c15bed872f25 100644 (file)
  <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
+
+* Changed HttpMessage::toString([include_parent = true]) to false
+* Renamed HTTP_GET etc. constants to HTTP_METH_GET
+* Fixed protected property access
+
 ]]></notes>
  <contents>
   <dir name="/">
  <extsrcrelease>
   <configureoption 
    name="with-http-curl-requests"
-   prompt="wheter to enable cURL HTTP requests"
+   prompt="whether to enable cURL HTTP requests"
    default="yes"
   />
   <configureoption