pollita Fri Jul 16 20:15:21 2004 EDT
Modified files:
/phpdoc/en/appendices filters.xml
Log:
Update availability of zlib.* compression filters
http://cvs.php.net/diff.php/phpdoc/en/appendices/filters.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/appendices/filters.xml
diff -u phpdoc/en/appendices/filters.xml:1.7 phpdoc/en/appendices/filters.xml:1.8
--- phpdoc/en/appendices/filters.xml:1.7 Fri Apr 23 09:12:15 2004
+++ phpdoc/en/appendices/filters.xml Fri Jul 16 20:15:21 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<appendix id="filters">
<title>List of Available Filters</title>
<para>
@@ -277,14 +277,13 @@
</simpara>
</note>
- <note>
- <simpara>
- The zlib.* filters are not currently built into the PHP core. To enable these
filters
- in <literal>PHP 5</literal>, install the <ulink
url="&url.pecl.package;zlib_filter">zlib_filter</ulink>
+ <simpara>
+ zlib.* compression filters are available with PHP as of version
<literal>5.1.0</literal> if
+ <xref linkend="zlib"/> support is enabled. They are also available as a backport
in version
+ <literal>5.0.x</literal> by installing the <ulink
url="&url.pecl.package;zlib_filter">zlib_filter</ulink>
package from <ulink url="&url.pecl;">PECL</ulink>. These filters are
<emphasis>not</emphasis>
available for <literal>PHP 4</literal>.
- </simpara>
- </note>
+ </simpara>
<example>
<title>