changelog
authorMichael Wallner <mike@php.net>
Fri, 20 Jan 2006 14:54:53 +0000 (14:54 +0000)
committerMichael Wallner <mike@php.net>
Fri, 20 Jan 2006 14:54:53 +0000 (14:54 +0000)
package2.xml

index 48ee7808c615b45488861951ae6ae083665f8b8b..7dfc6f586c7a617760493d8836837504c15de592 100644 (file)
@@ -47,13 +47,19 @@ HttpResponse
  <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="/">
@@ -170,6 +176,9 @@ HttpResponse
     <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"/>