<license>BSD, revised</license>
<notes><![CDATA[
+ Added HTTP 'protocol' version request option. (Ilia)
++ Added optional class_name param to HttpMessage::fromString()
++ Added HttpMessage::toMessageTypeObject(), HttpMessage::detach(), HttpMessage::prepend()
++ Added Iterator interface to HttpMessage
++ Added http_get_request_body_stream()
- Don't pretend anylonger to understand 'compress' Content-Encoding.
- Changed http_redirect() to PHPs behaviour by default.
-- Sending an User-Agent can now prevented by setting 'useragent' to NULL or empty string. (Ilia)
+- Sending an User-Agent can now be prevented by setting 'useragent' to NULL or empty string. (Ilia)
+- Enable curl and zlib functionality by default in configure
* Decreased the per-request calls to curl_easy_setopt()
-* Fixed ZTS + gnutls build
+* Fixed gnutls ZTS build
+* Fixed some issues with http_get_request_body()
]]></notes>
<contents>
<dir name="/">
<file role="test" name="HttpMessage_001.phpt"/>
<file role="test" name="HttpMessage_002.phpt"/>
<file role="test" name="HttpMessage_003.phpt"/>
+ <file role="test" name="HttpMessage_004.phpt"/>
+ <file role="test" name="HttpMessage_005.phpt"/>
+ <file role="test" name="HttpMessage_006.phpt"/>
<file role="test" name="HttpRequest_001.phpt"/>
<file role="test" name="HttpRequest_002.phpt"/>
<file role="test" name="HttpRequest_003.phpt"/>