mirror of
https://github.com/php/doc-de.git
synced 2026-03-24 07:12:15 +01:00
66 lines
2.0 KiB
XML
66 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 765b2d6eec7dfbaeed900b32aa91a1360d73df42 Maintainer: hholzgra Status: ready -->
|
|
|
|
<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>
|
|
Diese Extension benötigt <link xlink:href="&url.libzip;">libzip</link>.
|
|
Version 1.1.2 wurde mit PHP bis Version 7.3 ausgeliefert.
|
|
</para>
|
|
<para>
|
|
Die Mindestanforderung ist Version 0.11, aber neuere werden dringend empfohlen.
|
|
</para>
|
|
<para>
|
|
<simplelist>
|
|
<member>Version 1.2 wird für Verschlüsselungsunterstützung benötigt, siehe <methodname>ZipArchive::setEncryptionIndex</methodname></member>
|
|
<member>Version 1.3 wird für Fortschrittsunterstüzung benötigt, siehe <methodname>ZipArchive::registerProgressCallback</methodname></member>
|
|
<member>Version 1.6 wird für Abbruchsunterstüztung benötigt, siehe <methodname>ZipArchive::registerCancelCallback</methodname></member>
|
|
</simplelist>
|
|
</para>
|
|
</section>
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Installation -->
|
|
&reference.zip.configure;
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Resources -->
|
|
<section xml:id="zip.resources">
|
|
&reftitle.resources;
|
|
<para>
|
|
Die Zip Extension benutzt zwei Resourcetypen, einen für
|
|
Verzeichnisse innerhalb eines Zip-Archivs und einen für
|
|
die eigentlichen Dateieinträge innerhalb des Archivs.
|
|
</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
|
|
-->
|
|
|