1
0
mirror of https://github.com/php/doc-zh.git synced 2026-03-24 07:02:15 +01:00
Files
archived-doc-zh/reference/zip/setup.xml

63 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"?>
<!-- $Revision$ -->
<!-- EN-Revision: 765b2d6eec7dfbaeed900b32aa91a1360d73df42 Maintainer: dallas Status: ready -->
<!-- CREDITS: mowangjuanzi, Luffy -->
<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>。在 7.3 及其以前的版本1.1.2 版本都捆绑在 PHP 中。
</para>
<para>
最低支持版本为 0.11,但强烈建议使用更高版本。
</para>
<para>
<simplelist>
<member>加密支持需要版本 1.2,参阅 <methodname>ZipArchive::setEncryptionIndex</methodname></member>
<member>进度支持需要版本 1.3,参阅 <methodname>ZipArchive::registerProgressCallback</methodname></member>
<member>取消支持cancel support需要版本 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 目录,第二种是文档条目的 Zip 条目。
</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
-->