diff --git a/appendices/filters.xml b/appendices/filters.xml index 493bd9be89..820a6c6f0f 100644 --- a/appendices/filters.xml +++ b/appendices/filters.xml @@ -1,5 +1,5 @@ - + List of Available Filters @@ -379,14 +379,13 @@ The compressed file is 56 bytes long. to perform decompression in a minimal memory footprint at the cost of speed. - - - The bzip2.* filters are not currently built into the PHP core. To enable these filters - in PHP 5, install the bz2_filter + + bzip2.* 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 bz2_filter package from PECL. These filters are not available for PHP 4. - - +