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. - - +