1
0
mirror of https://github.com/php/doc-ru.git synced 2026-03-24 07:42:22 +01:00
Files
archived-doc-ru/reference/zlib/setup.xml
2024-11-24 11:39:04 +03:00

59 lines
1.9 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 6bb12514da39d010f2f0beb025dab9ec2459af51 Maintainer: shein Status: ready -->
<!-- Reviewed: yes Maintainer: sergey -->
<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>
Модуль использует функции библиотеки <link xlink:href="&url.zlib;">zlib</link>,
которую написали Jean-loup Gailly и Mark Adler.
Начиная с PHP 8.4.0 для работы модуля требуется библиотека zlib с версией не ниже 1.2.11.
До PHP 8.4.0 требовалась библиотека zlib с версией не ниже 1.2.0.4.
</para>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.zlib.configure;
<!-- }}} -->
<!-- {{{ Configuration -->
&reference.zlib.ini;
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="zlib.resources">
&reftitle.resources;
<para>
Модуль определяет ресурс дескриптора, который возвращается функцией
<function>gzopen</function>.
До PHP 8.0.0 также были определены ресурсы <literal>zlib.deflate</literal> и <literal>zlib.inflate</literal>.
</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
-->