- fix HttpQueryString::xlate()
[m6w6/ext-http] / package2.xml
index c2eda4e1bd82f2eacb056268046b45fab975acc7..91a873838b4ad73bf12f9aae333392cc82aa7eb8 100644 (file)
@@ -47,7 +47,8 @@ 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>
@@ -185,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"/>