svn: /phpdoc/de/trunk/ language/control-structures/include.xml language/oop5/magic.xml language-snippets.ent reference/curl/constants.xml reference/curl/functions/curl-setopt.xml reference/curl/functions/curl-version.xml reference/dba/functions/dba-open.xml reference/mysqli/mysqli_stmt/store-result.xml reference/reflection/book.xml reference/zip/constants.xml

[email protected] (Christoph Michael Becker)
Newsgroups php.doc.de
Message-ID <[email protected]>
cmb                                      Sun, 02 Feb 2020 16:52:26 +0000

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

Log:
Sync with EN

Changed paths:
    U   phpdoc/de/trunk/language/control-structures/include.xml
    U   phpdoc/de/trunk/language/oop5/magic.xml
    U   phpdoc/de/trunk/language-snippets.ent
    U   phpdoc/de/trunk/reference/curl/constants.xml
    U   phpdoc/de/trunk/reference/curl/functions/curl-setopt.xml
    U   phpdoc/de/trunk/reference/curl/functions/curl-version.xml
    U   phpdoc/de/trunk/reference/dba/functions/dba-open.xml
    U   phpdoc/de/trunk/reference/mysqli/mysqli_stmt/store-result.xml
    U   phpdoc/de/trunk/reference/reflection/book.xml
    U   phpdoc/de/trunk/reference/zip/constants.xml
svn-diffs-349090.txt (text/x-diff, 21.6 KB)
Modified: phpdoc/de/trunk/language/control-structures/include.xml
===================================================================
--- phpdoc/de/trunk/language/control-structures/include.xml	2020-02-02 15:34:13 UTC (rev 349089)
+++ phpdoc/de/trunk/language/control-structures/include.xml	2020-02-02 16:52:26 UTC (rev 349090)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 337282 Maintainer: raphaelm Status: ready -->
+<!-- EN-Revision: 348957 Maintainer: raphaelm Status: ready -->

 <sect1 xml:id="function.include" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <title>include</title>
@@ -270,9 +270,8 @@
   Wenn in der eingebundenen Datei Funktionen definiert werden, können sie
   in der einbindenden Datei genutzt werden, unabhängig davon, ob sie vor
   oder nach <function>return</function> definiert werden. Wenn eine Datei
-  zweimal eingebunden wird, erzeugt PHP 5 einen fatalen Fehler, weil
-  Funktionen bereits definiert wurden, während PHP 4 Funktionen, die nach
-  <function>return</function> definiert werden, ignoriert.
+  zweimal eingebunden wird, erzeugt PHP einen fatalen Fehler, weil
+  Funktionen bereits definiert wurden.
   Es ist empfohlen, <function>include_once</function> zu nutzen, anstatt
   zu überprüfen, ob die Datei bereits eingebunden wurde, und abhängig davon
   innerhalb der eingebundenen Datei zu handeln.

Modified: phpdoc/de/trunk/language/oop5/magic.xml
===================================================================
--- phpdoc/de/trunk/language/oop5/magic.xml	2020-02-02 15:34:13 UTC (rev 349089)
+++ phpdoc/de/trunk/language/oop5/magic.xml	2020-02-02 16:52:26 UTC (rev 349090)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346507 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 349020 Maintainer: hholzgra Status: ready -->
 <!-- Credits: simp -->
 <sect1 xml:id="language.oop5.magic" xmlns="http://docbook.org/ns/docbook">
  <title>Magische Methoden</title>
@@ -143,7 +143,7 @@
   </para>
   <warning>
    <simpara>
-    Aus der Methode <link linkend="object.tostring">__toString()</link> kann keine
+    Aus der Methode <link linkend="object.tostring">__toString()</link> konnte vor PHP 7.4.0 keine
     Exception geworfen werden. Wenn dies getan wird, so tritt ein fataler Fehler auf.
    </simpara>
   </warning>

Modified: phpdoc/de/trunk/language-snippets.ent
===================================================================
--- phpdoc/de/trunk/language-snippets.ent	2020-02-02 15:34:13 UTC (rev 349089)
+++ phpdoc/de/trunk/language-snippets.ent	2020-02-02 16:52:26 UTC (rev 349090)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 348529 Maintainer: simp Status: wip -->
+<!-- EN-Revision: 349045 Maintainer: simp Status: wip -->
 <!-- CREDITS: sammywg, mk, betz -->

 <!ENTITY installation.enabled.disable 'Diese Erweiterung ist standardmäßig aktiviert. Sie kann bei der Kompilierung mit der folgenden Option ausgeschaltet werden: '>
@@ -2169,6 +2169,63 @@
 <!ENTITY mongo.context.writeoptions '<varlistentry xmlns="http://docbook.org/ns/docbook"> <term> <parameter>writeOptions</parameter> </term> <listitem> <para> <informaltable> <tgroup cols="2"> <thead> <row> <entry>key</entry> <entry>value</entry> </row> </thead> <tbody> <row> <entry>ordered</entry> <entry>boolean, if the operation (in case of batch operation) must be executed sequentually (ordered=true)</entry> </row> <row> <entry>writeConcern</entry> <entry>An array of writeConcern options (see below)</entry> </row> </tbody> </tgroup> </informaltable> <table> <title>writeConcern array values</title> <tgroup cols="2"> <thead> <row> <entry>key</entry> <entry>value</entry> </row> </thead> <tbody> <row> <entry>fsync</entry> <entry>boolean, force flushing to disk before returning</entry> </row> <row> <entry>j</entry> <entry>boolean, force journal write before returning</entry> </row> <row> <entry>wtimeout</entry> <entry>integer, milliseconds, maximum time the primary is allowed to wait to verify replication</entry> </row> <row> <entry>w</entry> <entry>integer=server count, or string=replication-tag</entry> </row> </tbody> </tgroup> </table> </para> </listitem> </varlistentry>'> <!ENTITY mongo.context.protocoloptions ' <varlistentry xmlns="http://docbook.org/ns/docbook"> <term> <parameter>protocolOptions</parameter> </term> <listitem> <para> <informaltable> <tgroup cols="2"> <thead> <row> <entry>key</entry> <entry>value</entry> </row> </thead> <tbody> <row> <entry>message_length</entry> <entry>The total size (in bytes) of the encoded message being sent over the wire</entry> </row> <row> <entry>request_id</entry> <entry>The request identifier for this message: <literal>42</literal></entry> </row> <row> <entry>namespace</entry> <entry>The MongoDB namespace used for the protocol message <literal>dbname.collectionname</literal></entry> </row> </tbody> </tgroup> </informaltable> </para> </listitem> </varlistentry>'>

 <!-- mongodb -->
+<!ENTITY mongodb.option.encryption.keyVaultClient '
+         <row xmlns="http://docbook.org/ns/docbook">
+          <entry>keyVaultClient</entry>
+          <entry><classname>MongoDB\Driver\Manager</classname></entry>
+          <entry>
+           Der Manager, der verwendet wird, um Datenschlüssel-Abfragen auf einen
+           anderen MongoDB-Cluster zu routen. Standardmäßig werden der aktuelle
+           Manager und Cluster verwendet.
+          </entry>
+         </row>
+'>
+<!ENTITY mongodb.option.encryption.keyVaultNamespace '
+         <row xmlns="http://docbook.org/ns/docbook">
+          <entry>keyVaultNamespace</entry>
+          <entry><type>string</type></entry>
+          <entry>
+           Ein vollständig qualifizierter Namensraum (z.B. <literal>"databaseName.collectionName"</literal>),
+           der die Kollektion bezeichnet, die alle Datenschlüssel enthält, die für Ver- und Entschlüsselung verwendet werden.
+          </entry>
+         </row>
+'>
+<!ENTITY mongodb.option.encryption.kmsProviders '
+         <row xmlns="http://docbook.org/ns/docbook">
+          <entry>kmsProviders</entry>
+          <entry><type>array</type></entry>
+          <entry>
+           <para>
+            Ein Dokument, das die Konfiguration für einen oder mehrere KMS-Provider enthält,
+            die verwendet wird, um Datenschlüssel zu verschlüsseln.
+            Zurzeit werden <literal>aws</literal> und <literal>local</literal> unterstützt,
+            und wenigstens eines muss angegeben werden.
+           </para>
+           <para>
+            Das Format für <literal>aws</literal> ist wie folgt:
+           </para>
+           <programlisting role="javascript">
+<![CDATA[
+aws: {
+    accessKeyId: <string>,
+    secretAccessKey: <string>
+}
+]]>
+           </programlisting>
+           <para>
+            Das Format für <literal>local</literal> ist wie folgt:
+           </para>
+           <programlisting role="javascript">
+<![CDATA[
+local: {
+    // Der Hauptschlüssel, der zur Ver- und Entschlüsselung von Datenschlüsseln verwendet wird
+    key: <96 Byte MongoDB\BSON\Binary mit Untertyp 0>
+}
+]]>
+           </programlisting>
+          </entry>
+         </row>
+'>
 <!ENTITY mongodb.option.maxCommitTimeMS '
          <row xmlns="http://docbook.org/ns/docbook">
           <entry>maxCommitTimeMS</entry>

Modified: phpdoc/de/trunk/reference/curl/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/curl/constants.xml	2020-02-02 15:34:13 UTC (rev 349089)
+++ phpdoc/de/trunk/reference/curl/constants.xml	2020-02-02 16:52:26 UTC (rev 349090)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 347367 Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 349025 Maintainer: jaenecke Status: ready -->
 <appendix xml:id="curl.constants" xmlns="http://docbook.org/ns/docbook">
  &reftitle.constants;
  &extension.constants;
@@ -4186,6 +4186,17 @@
     </simpara>
    </listitem>
   </varlistentry>
+  <varlistentry xml:id="constant.curlopt-http09-allowed">
+   <term>
+    <constant>CURLOPT_HTTP09_ALLOWED </constant>
+    (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Verfügbar seit PHP 7.3.15 und 7.4.3, und cURL 7.64.0
+    </simpara>
+   </listitem>
+  </varlistentry>
  </variablelist>
 </appendix>


Modified: phpdoc/de/trunk/reference/curl/functions/curl-setopt.xml
===================================================================
--- phpdoc/de/trunk/reference/curl/functions/curl-setopt.xml	2020-02-02 15:34:13 UTC (rev 349089)
+++ phpdoc/de/trunk/reference/curl/functions/curl-setopt.xml	2020-02-02 16:52:26 UTC (rev 349090)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 348881 Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 349025 Maintainer: jaenecke Status: ready -->

 <refentry xml:id="function.curl-setopt" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -276,6 +276,16 @@
            </entry>
           </row>
           <row>
+           <entry valign="top"><constant>CURLOPT_HTTP09_ALLOWED </constant></entry>
+           <entry valign="top">
+            Ob HTTP/0.9 Antworten erlaubt sind. Der Standardwert ist von libcurl 7.66.0 an &false;;
+            zuvor war er &true;.
+           </entry>
+           <entry valign="top">
+            Verfügbar seit PHP 7.3.15 bzw. 7.4.3, wenn mit libcurl >= 7.64.0 kompiliert
+           </entry>
+          </row>
+          <row>
            <entry valign="top"><constant>CURLOPT_HTTPGET</constant></entry>
            <entry valign="top">
             &true; um die HTTP-Request-Methode auf GET zu setzen. Da dies die
@@ -299,7 +309,7 @@
             &false; um den Original-HTTP-Response-Body zu erhalten.
            </entry>
            <entry valign="top">
-            Verfügbar von PHP 5.5.0 an, wenn mit libcurl >= 7.16.2 kompiliert wurde.
+            Verfügbar von PHP 5.5.0 an, wenn mit libcurl >= 7.16.2 kompiliert.
            </entry>
           </row>
           <row>
@@ -1837,6 +1847,12 @@
      </thead>
      <tbody>
       <row>
+       <entry>7.3.15, 7.4.3</entry>
+       <entry>
+        <constant>CURLOPT_HTTP09_ALLOWED</constant> wurde eingeführt.
+       </entry>
+      </row>
+      <row>
        <entry>7.0.7</entry>
        <entry>
         <constant>CURL_HTTP_VERSION_2</constant>, <constant>CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE</constant>,

Modified: phpdoc/de/trunk/reference/curl/functions/curl-version.xml
===================================================================
--- phpdoc/de/trunk/reference/curl/functions/curl-version.xml	2020-02-02 15:34:13 UTC (rev 349089)
+++ phpdoc/de/trunk/reference/curl/functions/curl-version.xml	2020-02-02 16:52:26 UTC (rev 349090)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 324741 Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 349069 Maintainer: jaenecke Status: ready -->
 <refentry xml:id="function.curl-version" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>curl_version</refname>
@@ -41,7 +41,7 @@
     <tgroup cols="2">
      <thead>
       <row>
-       <entry>Index</entry>
+       <entry>Schlüssel</entry>
        <entry>Beschreibung</entry>
       </row>
      </thead>

Modified: phpdoc/de/trunk/reference/dba/functions/dba-open.xml
===================================================================
--- phpdoc/de/trunk/reference/dba/functions/dba-open.xml	2020-02-02 15:34:13 UTC (rev 349089)
+++ phpdoc/de/trunk/reference/dba/functions/dba-open.xml	2020-02-02 16:52:26 UTC (rev 349090)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 348374 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 348995 Maintainer: samesch Status: ready -->
 <refentry xml:id="function.dba-open" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>dba_open</refname>
@@ -182,11 +182,18 @@
       </para>
       <para>
        Die <literal>db1</literal>, <literal>db2</literal>, <literal>db3</literal>,
-       <literal>db4</literal>, <literal>dbm</literal>, <literal>gdbm</literal>, <literal>lmdb</literal>,
+       <literal>db4</literal>, <literal>dbm</literal>, <literal>gdbm</literal>,
        and <literal>ndbm</literal> Treiber unterstützen einen einzigen zusätzlichen Parameter <literal>$filemode</literal>,
        der dieselbe Bedeutung wie der <literal>$mode</literal> Parameter von <function>chmod</function> hat,
        und dessen Standardwert <literal>0644</literal> ist.
       </para>
+      <para>
+       Der <literal>lmdb</literal> Treiber akzeptiert zwei zusätzliche Parameter.
+       Der erste erlaubt es den <literal>$filemode</literal> anzugeben (siehe Beschreibung weiter oben),
+       und der zweite die <literal>$mapsize</literal>, wobei der Wert ein Vielfaches der Pagesize
+       des Betriebssystems sein sollte, oder Null, um die voreingestellte Mapsize zu verwenden.
+       Der <literal>$mapsize</literal> Parameter wird von PHP 7.3.14 bzw. 7.4.2 an unterstützt.
+      </para>
      </listitem>
     </varlistentry>
    </variablelist>
@@ -200,6 +207,29 @@
   </para>
  </refsect1>

+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     <row>
+      <entry>7.3.14, 7.4.2</entry>
+      <entry>
+       Der <literal>lmdb</literal> Treiber unterstützt nun einen zusätzlichen
+       <literal>$mapsize</literal> Parameter.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="seealso">
   &reftitle.seealso;
   <para>

Modified: phpdoc/de/trunk/reference/mysqli/mysqli_stmt/store-result.xml
===================================================================
--- phpdoc/de/trunk/reference/mysqli/mysqli_stmt/store-result.xml	2020-02-02 15:34:13 UTC (rev 349089)
+++ phpdoc/de/trunk/reference/mysqli/mysqli_stmt/store-result.xml	2020-02-02 16:52:26 UTC (rev 349090)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 339612 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 349035 Maintainer: nobody Status: ready -->
 <!-- Reviewed: no -->

 <refentry xml:id="mysqli-stmt.store-result" xmlns="http://docbook.org/ns/docbook">
@@ -34,7 +34,7 @@
      Es ist unnötig, <function>mysqli_stmt_store_result</function> für andere Abfragen aufzurufen.
      Aber in keinem Fall schadet es oder benötigt merkliche Laufzeit.
      Ob eine Abfrage eine Ergebnismenge zurück gibt, kann festgestellt werden, indem das Ergebnis
-     von <function>mysqli_stmt_result_metadata</function> auf NULL geprüft wird.
+     von <function>mysqli_stmt_result_metadata</function> auf &false; geprüft wird.
    </para>
   </note>
  </refsect1>

Modified: phpdoc/de/trunk/reference/reflection/book.xml
===================================================================
--- phpdoc/de/trunk/reference/reflection/book.xml	2020-02-02 15:34:13 UTC (rev 349089)
+++ phpdoc/de/trunk/reference/reflection/book.xml	2020-02-02 16:52:26 UTC (rev 349090)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343928 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 349021 Maintainer: nobody Status: ready -->

 <book xml:id="book.reflection" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <?phpdoc extension-membership="core" ?>
@@ -10,8 +10,8 @@
  <preface xml:id="intro.reflection">
   &reftitle.intro;
   <para>
-   PHP 5 wird mit einer vollständigen Reflection-API geliefert, die die Möglichkeit bietet,
-   Klassen, Interfaces, Funktionen, Methoden und Erweiterungen zurück zu entwickeln (<literal>reverse-engineer</literal>).
+   PHP 5 wird mit einer vollständigen Reflection-API geliefert, die die Möglichkeit der Instrospektion von
+   Klassen, Interfaces, Funktionen, Methoden und Erweiterungen bietet.
    Darüber hinaus bietet die Reflection-API Möglichkeiten zum
    Abrufen von Dokumentkommentaren für Funktionen, Klassen und Methoden.
   </para>

Modified: phpdoc/de/trunk/reference/zip/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/zip/constants.xml	2020-02-02 15:34:13 UTC (rev 349089)
+++ phpdoc/de/trunk/reference/zip/constants.xml	2020-02-02 16:52:26 UTC (rev 349090)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 348618 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 349053 Maintainer: hholzgra Status: ready -->
 <!-- Credits: jakoch -->

 <appendix xml:id="zip.constants" xmlns="http://docbook.org/ns/docbook">
@@ -296,7 +296,42 @@
     </simpara>
    </listitem>
   </varlistentry>
-
+  <varlistentry xml:id="ziparchive.constants.cm-lzma">
+   <term>
+    <constant>ZipArchive::CM_LZMA</constant>
+     (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     LZMA Algorithmus
+    </simpara>
+   </listitem>
+  </varlistentry>
+  <varlistentry xml:id="ziparchive.constants.cm-lzma2">
+   <term>
+    <constant>ZipArchive::CM_LZMA2</constant>
+     (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     LZMA2 Algorithmus.
+     Verfügbar von PHP 7.4.3 bzw. PECL zip 1.16.0, wenn mit libzip >= 1.6.0 kompiliert.
+    </simpara>
+   </listitem>
+  </varlistentry>
+  <varlistentry xml:id="ziparchive.constants.cm-xz">
+   <term>
+    <constant>ZipArchive::CM_XZ</constant>
+     (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     XZ Algorithmus.
+     Verfügbar von PHP 7.4.3 bzw. PECL zip 1.16.1 an, wenn mit libzip >= 1.6.0 kompiliert.
+    </simpara>
+   </listitem>
+  </varlistentry>
+
   <varlistentry xml:id="ziparchive.constants.er-ok">
    <term>
     <constant>ZIPARCHIVE::ER_OK</constant>
@@ -565,6 +600,114 @@
     </simpara>
    </listitem>
   </varlistentry>
+  <varlistentry xml:id="ziparchive.constants.er-encrnotsupp">
+   <term>
+    <constant>ZipArchive::ER_ENCRNOTSUPP</constant>
+     (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Verschlüsselungsmethode nicht unterstützt.
+     Verfügbar von PHP 7.4.3 bzw. PECL zip 1.16.1 an.
+    </simpara>
+   </listitem>
+  </varlistentry>
+  <varlistentry xml:id="ziparchive.constants.er-rdonly">
+   <term>
+    <constant>ZipArchive::ER_RDONLY</constant>
+     (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Nurlese-Archiv.
+     Verfügbar von PHP 7.4.3 bzw. PECL zip 1.16.1 an.
+    </simpara>
+   </listitem>
+  </varlistentry>
+  <varlistentry xml:id="ziparchive.constants.er-nopasswd">
+   <term>
+    <constant>ZipArchive::ER_NOPASSWD</constant>
+     (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Kein Passwort angegeben.
+     Verfügbar von PHP 7.4.3 bzw. PECL zip 1.16.1 an.
+    </simpara>
+   </listitem>
+  </varlistentry>
+  <varlistentry xml:id="ziparchive.constants.er-wrongpasswd">
+   <term>
+    <constant>ZipArchive::ER_WRONGPASSWD</constant>
+     (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Falsches Passwort angegeben.
+     Verfügbar von PHP 7.4.3 bzw. PECL zip 1.16.1 an.
+    </simpara>
+   </listitem>
+  </varlistentry>
+  <varlistentry xml:id="ziparchive.constants.er-opnotsupp">
+   <term>
+    <constant>ZipArchive::ZIP_ER_OPNOTSUPP</constant>
+     (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Nurlese-Archiv.
+     Verfügbar von PHP 7.4.3 bzw. PECL zip 1.16.1 an, wenn mit libzip ≥ 1.0.0 kompiliert.
+    </simpara>
+   </listitem>
+  </varlistentry>
+  <varlistentry xml:id="ziparchive.constants.er-inuse">
+   <term>
+    <constant>ZipArchive::ZIP_ER_INUSE</constant>
+     (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Ressource wird noch verwendet.
+     Verfügbar von PHP 7.4.3 bzw. PECL zip 1.16.1 an, wenn mit libzip ≥ 1.0.0 kompiliert.
+    </simpara>
+   </listitem>
+  </varlistentry>
+  <varlistentry xml:id="ziparchive.constants.er-tell">
+   <term>
+    <constant>ZipArchive::ZIP_ER_TELL</constant>
+     (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Verfügbar von PHP 7.4.3 bzw. PECL zip 1.16.1 an, wenn mit libzip ≥ 1.0.0 kompiliert.
+    </simpara>
+   </listitem>
+  </varlistentry>
+  <varlistentry xml:id="ziparchive.constants.er-compressed-data">
+   <term>
+    <constant>ZipArchive::ZIP_ER_COMPRESSED_DATA</constant>
+     (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Komprimierte Daten ungültig.
+     Verfügbar von PHP 7.4.3 bzw. PECL zip 1.16.1 an, wenn mit libzip ≥ 1.0.0 kompiliert.
+    </simpara>
+   </listitem>
+  </varlistentry>
+  <varlistentry xml:id="ziparchive.constants.er-cancelled">
+   <term>
+    <constant>ZipArchive::ER_CANCELLED</constant>
+     (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Operation abgebrochen.
+     Verfügbar von PHP 7.4.3 bzw. PECL zip 1.16.1 an, wenn mit libzip ≥ 1.0.0 kompiliert.
+    </simpara>
+   </listitem>
+  </varlistentry>
+
   <varlistentry xml:id="ziparchive.constants.em-none">
    <term>
     <constant>ZipArchive::EM_NONE</constant> (<type>integer</type>)
@@ -609,7 +752,17 @@
     </simpara>
    </listitem>
   </varlistentry>
-</variablelist>
+  <varlistentry xml:id="ziparchive.constants.libzip-version">
+   <term>
+    <constant>ZipArchive::LIBZIP_VERSION</constant> (<type>string</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Die Version der Zip Bibliothek. Verfügbar von PHP 7.4.3 bzw. PECL zip 1.16.0 an.
+    </simpara>
+   </listitem>
+  </varlistentry>
+ </variablelist>

  <variablelist xml:id="ziparchive.constants.opsys">
   <title>Betriebssystemkonstanten für externe Attribute</title>
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.