mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
removed PHP4 related zlib note. (#739)
This commit is contained in:
parent
e7853a8a24
commit
683c11a44a
1 changed files with 1 additions and 14 deletions
|
@ -18,20 +18,7 @@
|
|||
</para>
|
||||
<note>
|
||||
<para>
|
||||
Version 4.0.4 introduced a fopen-wrapper for <filename>.gz</filename>-files, so that
|
||||
you can use a special <filename>zlib:</filename> URL to access
|
||||
compressed files transparently using the normal f*() file access
|
||||
functions if you prefix the filename or path with
|
||||
<filename>zlib:</filename> when calling <function>fopen</function>. This
|
||||
feature requires a C runtime library that provides the
|
||||
<literal>fopencookie()</literal> function. Up to now the GNU libc
|
||||
seems to be the only library that provides this feature.
|
||||
</para>
|
||||
<para>
|
||||
In PHP 4.3.0, <filename>zlib:</filename> has been changed to
|
||||
<filename>compress.zlib://</filename> to prevent ambiguities with
|
||||
filenames containing '<literal>:</literal>' characters. The
|
||||
<literal>fopencookie()</literal> function is no longer required.
|
||||
PHP comes with a fopen-wrapper for <filename>.gz</filename>-files.
|
||||
More information is available in the section about
|
||||
<xref linkend="wrappers.compression" />.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue