From 298458a67519d5b7f4d0f7655208891cbbffa2a1 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Sat, 17 Jul 2004 00:15:21 +0000 Subject: [PATCH] Update availability of zlib.* compression filters git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163480 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/filters.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/appendices/filters.xml b/appendices/filters.xml index 5211dc71b2..3d8b7a4d3f 100644 --- a/appendices/filters.xml +++ b/appendices/filters.xml @@ -1,5 +1,5 @@ - + List of Available Filters @@ -277,14 +277,13 @@ fwrite($fp, "This is a test.\n"); - - - The zlib.* filters are not currently built into the PHP core. To enable these filters - in PHP 5, install the zlib_filter + + zlib.* compression filters are available with PHP as of version 5.1.0 if + support is enabled. They are also available as a backport in version + 5.0.x by installing the zlib_filter package from PECL. These filters are not available for PHP 4. - - +