1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

PHP 8.4: Update Zlib lib requirement (#4105)

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
This commit is contained in:
Gina Peter Banyard
2024-11-20 13:31:01 +00:00
committed by GitHub
parent 0787a61e36
commit 6bb12514da

View File

@@ -9,8 +9,9 @@
&reftitle.required;
<para>
This module uses the functions of <link xlink:href="&url.zlib;">zlib</link>
by Jean-loup Gailly and Mark Adler. You have to use a zlib
version &gt;= 1.2.0.4 with this module.
by Jean-loup Gailly and Mark Adler.
As of PHP 8.4.0, the minimum zlib version required is 1.2.11.
Prior to PHP 8.4.0, the minimum zlib version required was 1.2.0.4.
</para>
</section>
<!-- }}} -->