- add note about HttpResponse::getHeader() not working with Apache2 and PHP<5.1.3
[m6w6/ext-http] / package2.xml
index a62cff82989a46b42ec3f216d48d370360f50a1e..91a873838b4ad73bf12f9aae333392cc82aa7eb8 100644 (file)
@@ -47,7 +47,10 @@ HttpResponse
  <license>BSD, revised</license>
  <notes><![CDATA[
 * Fixed possible crash in HttpQueryString if the SAPI does not have a treat_data function registered.
-* Fixed http_build_str() to urlencode brackets ("[]").
+* 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="/">
@@ -183,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"/>