Inflating raw deflated data causes a re-initialization of the inflate
stream where the corresponding window bits are modified to tell libz
to not check for zlib header bytes. This is not preventable AFAICS.
+ LFS dependant parts of libcurl are left out because of off_t,
+ respectively off64_t confusion.
AC_DEFINE("HAVE_CURL_SHARE_STRERROR", 1, "");
AC_DEFINE("HAVE_CURL_EASY_STRERROR", 1, "");
AC_DEFINE("HAVE_CURL_EASY_RESET", 1, "");
- AC_DEFINE("HAVE_CURL_GETFORMDATA", 1, "");
AC_DEFINE("HAVE_CURL_FORMGET", 1, "");
AC_DEFINE("HAVE_CURL_MULTI_SETOPT", 1, "");
AC_DEFINE("HAVE_CURL_MULTI_TIMEOUT", 1, "");
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
-<package version="1.0" packagerversion="1.5.1">
+<package version="1.0" packagerversion="1.6.1">
<name>pecl_http</name>
<summary>Extended HTTP Support</summary>
<description>This HTTP extension aims to provide a convenient and powerful
</maintainer>
</maintainers>
<release>
- <version>1.5.4</version>
- <date>2007-06-28</date>
+ <version>1.5.5</version>
+ <date>2007-09-04</date>
<license>BSD, revised</license>
<state>stable</state>
- <notes>* Fixed bug #11359 HttpMessage::toMessageTypeObject() does not populate POST fields
+ <notes>* Fixed Bug #11929 (http_negotiate does not return default value on non-match)
+* Fixed SSL library detection for libcurl >= 7.16.2
+- Removed max_recv_speed and max_send_speed request options
+ again, due to LFS dependence
</notes>
<deps>
<dep type="php" rel="ge" version="4.3"/>
<email>mike@php.net</email>
<active>yes</active>
</lead>
- <date>2007-06-28</date>
+ <date>2007-09-04</date>
<version>
- <release>1.5.4</release>
+ <release>1.5.5</release>
<api>1.5.0</api>
</version>
<stability>
</stability>
<license>BSD, revised</license>
<notes><![CDATA[
-* Fixed bug #11359 HttpMessage::toMessageTypeObject() does not populate POST fields
+* Fixed Bug #11929 (http_negotiate does not return default value on non-match)
+* Fixed SSL library detection for libcurl >= 7.16.2
+- Removed max_recv_speed and max_send_speed request options
+ again, due to LFS dependence
]]></notes>
<contents>
<dir name="/">
#ifndef PHP_EXT_HTTP_H
#define PHP_EXT_HTTP_H
-#define PHP_EXT_HTTP_VERSION "1.5.4"
+#define PHP_EXT_HTTP_VERSION "1.5.5"
#ifdef HAVE_CONFIG_H
# include "config.h"