- fix gcc-4.1 warning
[m6w6/ext-http] / package.xml
index 2435355cb1c14a33deea2888a18b445742d9c5fa..cfabd60eab17a07e24c87bf051a685b11c3f7310 100644 (file)
@@ -23,12 +23,17 @@ support. Parallel requests are available for PHP 5 and greater.
   </maintainer>
   </maintainers>
  <release>
-  <version>1.3.1</version>
-  <date>2006-10-02</date>
+  <version>1.3.3</version>
+  <date>2006-10-27</date>
   <license>BSD, revised</license>
   <state>stable</state>
-  <notes>* Fixed build with gcc-2.95 (bug #8737)
-* Fixed bug in HttpRequestPool where a negative timeout was passed to select()
+  <notes>* Fixed HttpResponse::setHeader(&quot;name&quot;, {omitted|NULL|&quot;&quot;}) not unsetting header
+* Fixed array parameters to allow NULL in HttpRequest::__construct(),
+  HttpRequest::getResposeCookie(), HttpMessage::setHeaders(),
+  http_parse_cookie(), http_post_fields().
+* Fixed possible leak in http_send_data() and HttpResponse::setData()
+* Fixed build --without-http-curl-requests (bug #8872)
+* Fixed build with PHP &lt; 4.3.10 (bug #9067)
   </notes>
   <deps>
    <dep type="php" rel="ge" version="4.3"/>