mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Update availability of zlib.* compression filters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163480 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e070a206cf
commit
298458a675
1 changed files with 6 additions and 7 deletions
|
@ -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 @@ fwrite($fp, "This is a test.\n");
|
|||
</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>
|
||||
|
|
Loading…
Reference in a new issue