- improve internal array handling
[m6w6/ext-http] / package2.xml
index b4e55bafb919ae2950765d7f9f215aa43239f236..684b39d74c554b671a8767da1bbbb710368a8dd3 100644 (file)
@@ -28,10 +28,10 @@ support. Parallel requests are available for PHP 5 and greater.
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2006-10-25</date>
+ <date>2006-11-05</date>
  <version>
-  <release>1.3.3</release>
-  <api>1.3.0</api>
+  <release>1.4.0dev</release>
+  <api>1.4.0</api>
  </version>
  <stability>
   <release>stable</release>
@@ -39,13 +39,13 @@ support. Parallel requests are available for PHP 5 and greater.
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fixed HttpResponse::setHeader("name", {omitted|NULL|""}) 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 < 4.3.10 (bug #9067)
++ Added "ipresolve" request option
++ Added HTTP_IPRESOLVE_{ANY|V4|V6}, HttpRequest::IPRESOLVE_{ANY|V4|V6} constants
++ Added missing HTTP_SSL_VERSION_{ANY|TLSv1|SSLv2|SSLv3}, HttpRequest::SSL_VERSION_{ANY|TLSv1|SSLv2|SSLv3} constants
+* Fixed aborted PUT request when empty put data was set with HttpRequest::setPutData()
+* Fixed crash when using non-associative arrays as request headers
+* Fixed crash when serializing incomplete HttpMessage objects
+* Fixed bug #9282: libcurl version error in configure (keith at iveys dot org)
 ]]></notes>
  <contents>
   <dir name="/">