1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-24 07:22:16 +01:00
Files
archived-doc-es/reference/zlib/setup.xml
2025-03-04 20:55:01 +01:00

61 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 6bb12514da39d010f2f0beb025dab9ec2459af51 Maintainer: PhilDaiguille Status: ready -->
<!-- Reviewed: no -->
<chapter xml:id="zlib.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="zlib.requirements">
&reftitle.required;
<para>
Este módulo usa las funciones de <link xlink:href="&url.zlib;">zlib</link>
por Jean-loup Gailly y Mark Adler.
A partir de PHP 8.4.0, la versión mínima de zlib requerida es 1.2.11.
Antes de PHP 8.4.0, la versión mínima de zlib requerida era 1.2.0.4.
</para>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.zlib.configure;
<!-- }}} -->
<!-- {{{ Configuration -->
&reference.zlib.ini;
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="zlib.resources">
&reftitle.resources;
<para>
Esta extensión define un recurso de archivo puntero retornado por
<function>gzopen</function>.
Antes de PHP 8.0.0, <literal>zlib.deflate</literal> y <literal>zlib.inflate</literal> recursos también estaban definidos.
</para>
</section>
<!-- }}} -->
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->