reference/zlib/book.xml
683c11a44a9a1b3cdd44e6707c8efc20aabe9828
...
...
@@ -18,20 +18,7 @@
18
18
</para>
19
19
<note>
20
20
<para>
21
-
Version 4.0.4 introduced a fopen-wrapper for <filename>.gz</filename>-files, so that
22
-
you can use a special <filename>zlib:</filename> URL to access
23
-
compressed files transparently using the normal f*() file access
24
-
functions if you prefix the filename or path with
25
-
<filename>zlib:</filename> when calling <function>fopen</function>. This
26
-
feature requires a C runtime library that provides the
27
-
<literal>fopencookie()</literal> function. Up to now the GNU libc
28
-
seems to be the only library that provides this feature.
29
-
</para>
30
-
<para>
31
-
In PHP 4.3.0, <filename>zlib:</filename> has been changed to
32
-
<filename>compress.zlib://</filename> to prevent ambiguities with
33
-
filenames containing '<literal>:</literal>' characters. The
34
-
<literal>fopencookie()</literal> function is no longer required.
21
+
PHP comes with a fopen-wrapper for <filename>.gz</filename>-files.
35
22
More information is available in the section about
36
23
<xref linkend="wrappers.compression" />.
37
24
</para>
...
...
@@ -43,6 +30,8 @@
43
30
&reference.zlib.constants;
44
31
&reference.zlib.examples;
45
32
&reference.zlib.reference;
33
+
&reference.zlib.deflatecontext;
34
+
&reference.zlib.inflatecontext;
46
35

47
36
</book>
48
37

49
38