- use a more iterative approach in inflate code (instead of a retry-style)
[m6w6/ext-http] / package2.xml
index 499d7904a5923107d4c7c70409a6c8bdc4a144b5..9dbcddcd6bcd728194b77f556bac0d1453562588 100644 (file)
@@ -37,8 +37,8 @@ HttpResponse
  </lead>
  <date>2006-00-00</date>
  <version>
-  <release>1.0.0RC</release>
-  <api>1.0.0RC</api>
+  <release>1.0.0RC4</release>
+  <api>1.0.0</api>
  </version>
  <stability>
   <release>beta</release>
@@ -46,7 +46,8 @@ HttpResponse
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fixed possible crash in HttpQueryString if the SAPI does not have a treat_data function registered.
+* Fixed possible crash in progress/onfinish request callbacks
+* Fixed http_redirect() and http_build_url() without arguments
 ]]></notes>
  <contents>
   <dir name="/">
@@ -182,6 +183,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"/>