reference/zlib/setup.xml
a0ae28d3bc85f927c22649ebd9a590b921534b7d
...
...
@@ -10,7 +10,7 @@
10
10
<para>
11
11
This module uses the functions of <link xlink:href="&url.zlib;">zlib</link>
12
12
by Jean-loup Gailly and Mark Adler. You have to use a zlib
13
-
version &gt;= 1.0.9 with this module.
13
+
version &gt;= 1.2.0.4 with this module.
14
14
</para>
15
15
</section>
16
16
<!-- }}} -->
...
...
@@ -29,6 +29,8 @@
29
29
<para>
30
30
This extension defines a file pointer resource returned by
31
31
<function>gzopen</function>.
32
+
Prior to PHP 8.0.0, <literal>zlib.deflate</literal> and <literal>zlib.inflate</literal>
33
+
resources were also defined.
32
34
</para>
33
35
</section>
34
36
<!-- }}} -->
35
37