svn: /phpdoc/ja/trunk/reference/zip/ setup.xml

[email protected] (Yoshinari Takaoka)
Newsgroups php.doc.ja
Message-ID <[email protected]>
mumumu                                   Tue, 03 Mar 2020 21:48:28 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=349296

Log:
update zip requirements

Changed paths:
    U   phpdoc/ja/trunk/reference/zip/setup.xml

Modified: phpdoc/ja/trunk/reference/zip/setup.xml
===================================================================
--- phpdoc/ja/trunk/reference/zip/setup.xml	2020-03-03 15:05:42 UTC (rev 349295)
+++ phpdoc/ja/trunk/reference/zip/setup.xml	2020-03-03 21:48:28 UTC (rev 349296)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 339992 Maintainer: takagi Status: ready -->
-<!-- CREDITS: shimooka,hirokawa -->
+<!-- EN-Revision: 349295 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;
@@ -11,8 +11,19 @@
   &reftitle.required;
   <para>
    この拡張モジュールは、<link xlink:href="&url.libzip;">libzip</link>
-   を必要とします。これは、PHP にバンドルされています。
+   を必要とします。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>
  <!-- }}} -->
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.