mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-24 17:02:18 +01:00
67 lines
2.0 KiB
XML
67 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 765b2d6eec7dfbaeed900b32aa91a1360d73df42 Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: no Maintainer: yannick -->
|
|
|
|
<chapter xml:id="zip.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.setup;
|
|
|
|
<!-- {{{ Requirements -->
|
|
<section xml:id="zip.requirements">
|
|
&reftitle.required;
|
|
<para>
|
|
Cette extension requière <link xlink:href="&url.libzip;">libzip</link>.
|
|
Version 1.1.2 était fournie avec PHP jusqu'à la version 7.3.
|
|
</para>
|
|
<para>
|
|
La version minimale supporté est 0.11, mais ultérieur est vivement recommandé.
|
|
</para>
|
|
<para>
|
|
<simplelist>
|
|
<member>Version 1.2 requis pour le support du chiffrement, voir <methodname>ZipArchive::setEncryptionIndex</methodname></member>
|
|
<member>Version 1.3 requis pour le support de l'avancement, voir <methodname>ZipArchive::registerProgressCallback</methodname></member>
|
|
<member>Version 1.6 requis pour le support d'annulation, voir <methodname>ZipArchive::registerCancelCallback</methodname></member>
|
|
</simplelist>
|
|
</para>
|
|
</section>
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Installation -->
|
|
&reference.zip.configure;
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Resources -->
|
|
<section xml:id="zip.resources">
|
|
&reftitle.resources;
|
|
<para>
|
|
Il y a deux types de ressources utilisées par le module Zip.
|
|
La première est le dossier Zip d'une archive Zip, et la seconde,
|
|
l'entrée Zip de l'archive.
|
|
</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
|
|
-->
|
|
|