- unroll http_message_dup()
[m6w6/ext-http] / package2.xml
index 4e338cfb070fa1c6b9bbbb8bc78a5faaff0b94c0..ec7504ba09f59d1ba6df7023fe99c0c50546f4c7 100644 (file)
@@ -37,8 +37,8 @@ HttpResponse
  </lead>
  <date>2006-00-00</date>
  <version>
-  <release>0.24.0</release>
-  <api>0.24.0</api>
+  <release>0.25.0</release>
+  <api>0.25.0</api>
  </version>
  <stability>
   <release>beta</release>
@@ -46,14 +46,13 @@ HttpResponse
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-+ Added If-Range header recognition.
-+ Added "portrange" request option.
-+ Added HttpQueryString::iconv().
-+ HttpQueryString implements Serializable (PHP-5.1).
+* Fixed bug #6924 (Linking fails on Mac OSX).
+* Fixed HttpRequest::addRawPostData().
 
-* Fixed bug #6804 - configure does not recognize '--without-http-zlib-compression'.
-* Fixed cases where '412 Precondition failed' responses should be sent.
-* Fixed message chain order in HttpRequest::getHistory().
++ Added feature request http_put_data() and HttpRequest::(set|get|add)PutData().
++ Added 'range' request option.
++ Added 'proxytype' request option.
++ Added HTTP_PROXY_HTTP, HTTP_PROXY_SOCKS4, HTTP_PROXY_SOCKS5 constants.
 ]]></notes>
  <contents>
   <dir name="/">
@@ -230,6 +229,7 @@ HttpResponse
     <file role="test" name="request_etag.phpt"/>
     <file role="test" name="request_gzip.phpt"/>
     <file role="test" name="request_methods.phpt"/>
+    <file role="test" name="request_put_data.phpt"/>
     <file role="test" name="send_data_001.phpt"/>
     <file role="test" name="send_data_002.phpt"/>
     <file role="test" name="send_data_003.phpt"/>