1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-24 07:02:08 +01:00
Files
archived-doc-ja/reference/zip/setup.xml
2024-07-27 19:04:27 +09:00

68 lines
2.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 765b2d6eec7dfbaeed900b32aa91a1360d73df42 Maintainer: takagi Status: ready -->
<!-- CREDITS: shimooka,hirokawa,mumumu -->
<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>
この拡張モジュールには、<link xlink:href="&url.libzip;">libzip</link>
が必要です。PHP 7.3 までは、libzip 1.1.2 がバンドルされていました。
</para>
<para>
サポートされている最も古いバージョンは 0.11 ですが、
それより新しいバージョンを使うことを強く推奨します。
</para>
<para>
<simplelist>
<member>暗号化をサポートするにはバージョン 1.2 が必要です。<methodname>ZipArchive::setEncryptionIndex</methodname> を参照ください。</member>
<member>処理の進行に応じたコールバックをサポートするには、バージョン 1.3 が必要です。<methodname>ZipArchive::registerProgressCallback</methodname> を参照ください。</member>
<member>処理のキャンセルをサポートするには、バージョン 1.6 が必要です。<methodname>ZipArchive::registerCancelCallback</methodname> を参照ください。</member>
</simplelist>
</para>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.zip.configure;
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="zip.resources">
&reftitle.resources;
<para>
Zip モジュールでは二種類のリソース型が使用されます。
まず最初が Zip アーカイブを表す Zip directory で、
もうひとつはアーカイブのエントリを表す Zip Entry です。
</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
-->