dnl ----
dnl ZLIB
dnl ----
- if test "$PHP_HTTP_ZLIB_ENCODINGS" != "no"; then
+ if test "$PHP_HTTP_ZLIB_COMPRESSION" != "no"; then
AC_MSG_CHECKING([for zlib.h])
ZLIB_DIR=
for i in "$PHP_HTTP_ZLIB_COMPRESSION" "$PHP_ZLIB_DIR" "$PHP_ZLIB" /usr/local /usr /opt; do
<notes><![CDATA[
+ Added If-Range header recognition.
+* Fixed bug #6804 - configure does not recognize --without-http-zlib-compression.
* Fixed cases where 412 Precondition failed should be sent.
* Fixed message chain order in HttpRequest::getHistory().
]]></notes>