- release 1.3.3
authorMichael Wallner <mike@php.net>
Fri, 27 Oct 2006 12:30:15 +0000 (12:30 +0000)
committerMichael Wallner <mike@php.net>
Fri, 27 Oct 2006 12:30:15 +0000 (12:30 +0000)
package.xml

index dcd8fd51fc829018e485b0d0a579546e209ef9f3..cfabd60eab17a07e24c87bf051a685b11c3f7310 100644 (file)
@@ -24,11 +24,14 @@ support. Parallel requests are available for PHP 5 and greater.
   </maintainers>
  <release>
   <version>1.3.3</version>
-  <date>2006-10-25</date>
+  <date>2006-10-27</date>
   <license>BSD, revised</license>
   <state>stable</state>
   <notes>* Fixed HttpResponse::setHeader(&quot;name&quot;, {omitted|NULL|&quot;&quot;}) not unsetting header
-* Fixed HttpRequest::__construct()&apos;s options parameter to allow NULL
+* 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>