* Added generic http_negotiate() function (FR#17338)
[m6w6/ext-http] / package.xml
index 06dc8fd65fb88bd347a49845228b91383153c7fd..652a161855997bc0a0d5a846c22181fba8dab62c 100644 (file)
@@ -39,6 +39,7 @@ support. Parallel requests are available for PHP 5 and greater.
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
+* Added generic http_negotiate() function (FR#17338)
 * Added request options:
  - proxytunnel: enable tunelling through the HTTP proxy
  - noproxy: comma separatet list of hosts (* means all hosts) not to use a proxy for (libcurl >= 7.19.4)
@@ -52,6 +53,7 @@ support. Parallel requests are available for PHP 5 and greater.
  - HTTP_PROXY_HTTP_1_0
 * Added request info members:
  - condition_unmet (libcurl >= 7.19.4)
+* Fixed bug #16893 (Content not decoded with zlib support and compress enabled)
 * Fixed bug #17087 (http_build_cookie() exhausts memory if cookie value is NULL)
 * Fixed bug #17169 (Wrong return value of HttpMessage::getHttpVersion())
 ]]></notes>