- fix behaviour of http_build_url() when second parameter is NULL
[m6w6/ext-http] / package.xml
index df1a694a77636297dc79518d53a6b5fae15e04c2..f5c532d98dca68c42ce26592ef2b93e414efa2f7 100644 (file)
@@ -30,17 +30,17 @@ HttpResponse
   </maintainer>
   </maintainers>
  <release>
-  <version>0.25.0</version>
-  <date>2006-03-06</date>
+  <version>1.0.0RC3</version>
+  <date>2006-04-13</date>
   <license>BSD, revised</license>
   <state>beta</state>
-  <notes>* Fixed bug #6924 (Linking fails on Mac OSX).
-* Fixed HttpRequest::addRawPostData().
-
-+ Added feature request http_put_data() and HttpRequest::(set|get|add)PutData().
-+ Added &apos;range&apos; request option.
-+ Added &apos;proxytype&apos; request option.
-+ Added HTTP_PROXY_HTTP, HTTP_PROXY_SOCKS4, HTTP_PROXY_SOCKS5 constants.
+  <notes>+ Added missing http_request() function
++ Added missing http_request_body_encode() function
+- Improved performance of the message and header parser
+- Disallow $HttpMessage-&gt;prepend($HttpMessage) causing infinite recursion
+* Fixed internal http_parse_headers() always returning success
+* Fixed missing &quot;parentMessage&quot; entry in print_r($HttpMessageObject)
+* Fixed possible crash if the response does not contain a status message
   </notes>
   <deps>
    <dep type="php" rel="ge" version="4.3"/>
@@ -116,6 +116,7 @@ HttpResponse
     <file role="test" name="HttpMessage_007.phpt"/>
     <file role="test" name="HttpQueryString_001.phpt"/>
     <file role="test" name="HttpQueryString_002.phpt"/>
+    <file role="test" name="HttpQueryString_003.phpt"/>
     <file role="test" name="HttpRequestPool_001.phpt"/>
     <file role="test" name="HttpRequestPool_002.phpt"/>
     <file role="test" name="HttpRequestPool_003.phpt"/>