- add note about HttpResponse::getHeader() not working with Apache2 and PHP<5.1.3
[m6w6/ext-http] / package2.xml
index 0a7b5f6d82da843fbefb0f065a7e820ffb5cff3f..91a873838b4ad73bf12f9aae333392cc82aa7eb8 100644 (file)
@@ -37,8 +37,8 @@ HttpResponse
  </lead>
  <date>2006-00-00</date>
  <version>
-  <release>0.25.0</release>
-  <api>0.25.0</api>
+  <release>1.0.0RC</release>
+  <api>1.0.0RC</api>
  </version>
  <stability>
   <release>beta</release>
@@ -46,13 +46,11 @@ HttpResponse
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fixed bug #6924 (Linking fails on Mac OSX).
-* Fixed HttpRequest::addRawPostData().
-
-+ 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.
+* Fixed possible crash in HttpQueryString if the SAPI does not have a treat_data function registered.
+* Fixed http_build_str() to urlencode square brackets ("[]").
+* Fixed HttpQueryString::xlate()
+* Fixed builds where include/php/ext/iconv does not have php_have_*.h files
+* Fixed PHP-4 build.
 ]]></notes>
  <contents>
   <dir name="/">
@@ -188,6 +186,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="HttpRequest_001.phpt"/>
     <file role="test" name="HttpRequest_002.phpt"/>
     <file role="test" name="HttpRequest_003.phpt"/>
@@ -283,6 +282,7 @@ HttpResponse
    <extension><name>spl</name></extension>
    <extension><name>session</name></extension>
    <extension><name>hash</name></extension>
+   <extension><name>iconv</name></extension>
   </optional>
  </dependencies>
  <providesextension>http</providesextension>