From 29d0c30552a1e699f84ab3a71fb8661473978c3a Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Wed, 21 Jul 2004 04:06:43 +0000 Subject: [PATCH] Note bzip2.* filters built into 5.1 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163840 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 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. - - +