- fix behaviour of http_build_url() when second parameter is NULL
[m6w6/ext-http] / package.xml
index 6604846d2bc970854668ce24e1024877d81b34b0..f5c532d98dca68c42ce26592ef2b93e414efa2f7 100644 (file)
@@ -30,15 +30,17 @@ HttpResponse
   </maintainer>
   </maintainers>
  <release>
-  <version>1.0.0RC1</version>
-  <date>2006-03-19</date>
+  <version>1.0.0RC3</version>
+  <date>2006-04-13</date>
   <license>BSD, revised</license>
   <state>beta</state>
-  <notes>* Fixed possible crash in HttpQueryString if the SAPI does not have a treat_data function registered.
-* Fixed http_build_str() to urlencode square brackets (&quot;[]&quot;).
-* Fixed HttpQueryString::xlate()
-* Fixed builds where include/php/ext/iconv does not have php_have_*.h files
-* Fixed PHP-4 build.
+  <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"/>