- #ifdef CURLOPT_COOKIELIST out for libcurl < v7.14.1
[m6w6/ext-http] / package.xml
index 6604846d2bc970854668ce24e1024877d81b34b0..104d2c644ecc929c2b29a82a30f197f6b95ecef1 100644 (file)
@@ -30,15 +30,16 @@ HttpResponse
   </maintainer>
   </maintainers>
  <release>
-  <version>1.0.0RC1</version>
-  <date>2006-03-19</date>
+  <version>1.0.0RC4</version>
+  <date>2006-05-19</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 http_parse_params() function
++ Added HTTP_URL_STRIP_ALL constant
+* Fixed possible crash in progress/onfinish request callbacks
+* Fixed http_redirect() and http_build_url() without arguments
+* Fixed behaviour of http_build_url() when second parameter is NULL
+* Enabled recursive query string merging in http_build_url() with HTTP_URL_JOIN_QUERY
   </notes>
   <deps>
    <dep type="php" rel="ge" version="4.3"/>
@@ -216,6 +217,7 @@ HttpResponse
    <file role="src" name="http_info_api.c"/>
    <file role="src" name="http_message_api.c"/>
    <file role="src" name="http_message_object.c"/>
+   <file role="src" name="http_querystring_api.c"/>
    <file role="src" name="http_querystring_object.c"/>
    <file role="src" name="http_requestpool_object.c"/>
    <file role="src" name="http_request_api.c"/>
@@ -246,6 +248,7 @@ HttpResponse
    <file role="src" name="php_http_info_api.h"/>
    <file role="src" name="php_http_message_api.h"/>
    <file role="src" name="php_http_message_object.h"/>
+   <file role="src" name="php_http_querystring_api.h"/>
    <file role="src" name="php_http_querystring_object.h"/>
    <file role="src" name="php_http_requestpool_object.h"/>
    <file role="src" name="php_http_request_api.h"/>