reference/zlib/setup.xml
a0ae28d3bc85f927c22649ebd9a590b921534b7d
...
...
@@ -10,8 +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. As of PHP 5.4.0 you have to use zlib
14
-
&gt;= 1.2.0.4.
13
+
version &gt;= 1.2.0.4 with this module.
15
14
</para>
16
15
</section>
17
16
<!-- }}} -->
...
...
@@ -30,6 +29,8 @@
30
29
<para>
31
30
This extension defines a file pointer resource returned by
32
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.
33
34
</para>
34
35
</section>
35
36
<!-- }}} -->
36
37