svn: /phpdoc/de/trunk/ language/namespaces.xml language/types/float.xml reference/curl/constants.xml reference/curl/curlfile/construct.xml reference/curl/curlfile.xml reference/ftp/functions/ftp-ssl-connect.xml reference/hash/functions/hash-file.xml reference/hash/functions/hash.xml reference/mysqli/mysqli_driver.xml reference/pcre/functions/preg-replace.xml reference/sem/functions/sem-get.xml reference/simplexml/simplexmlelement/construct.xml reference/xmlreader/xmlreader/open.xml reference/zip

[email protected] (Christoph Michael Becker)
Newsgroups php.doc.de
Message-ID <[email protected]>
cmb                                      Sun, 15 Mar 2020 09:55:38 +0000

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

Log:
Sync with EN

Changed paths:
    U   phpdoc/de/trunk/language/namespaces.xml
    U   phpdoc/de/trunk/language/types/float.xml
    U   phpdoc/de/trunk/reference/curl/constants.xml
    U   phpdoc/de/trunk/reference/curl/curlfile/construct.xml
    U   phpdoc/de/trunk/reference/curl/curlfile.xml
    U   phpdoc/de/trunk/reference/ftp/functions/ftp-ssl-connect.xml
    U   phpdoc/de/trunk/reference/hash/functions/hash-file.xml
    U   phpdoc/de/trunk/reference/hash/functions/hash.xml
    U   phpdoc/de/trunk/reference/mysqli/mysqli_driver.xml
    U   phpdoc/de/trunk/reference/pcre/functions/preg-replace.xml
    U   phpdoc/de/trunk/reference/sem/functions/sem-get.xml
    U   phpdoc/de/trunk/reference/simplexml/simplexmlelement/construct.xml
    U   phpdoc/de/trunk/reference/xmlreader/xmlreader/open.xml
    U   phpdoc/de/trunk/reference/zip/setup.xml
    U   phpdoc/de/trunk/reference/zip/ziparchive/addfile.xml
    U   phpdoc/de/trunk/reference/zip/ziparchive/getstatusstring.xml
svn-diffs-349456.txt (text/x-diff, 23.6 KB)
Modified: phpdoc/de/trunk/language/namespaces.xml
===================================================================
--- phpdoc/de/trunk/language/namespaces.xml	2020-03-15 09:49:46 UTC (rev 349455)
+++ phpdoc/de/trunk/language/namespaces.xml	2020-03-15 09:55:38 UTC (rev 349456)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 345127 Maintainer: simp Status: ready -->
+<!-- EN-Revision: 349407 Maintainer: simp Status: ready -->

 <chapter xml:id="language.namespaces" xmlns="http://docbook.org/ns/docbook"
 version="1.1">
@@ -139,6 +139,13 @@
 ]]>
     </programlisting>
    </example>
+   <note>
+    <simpara>
+     Vollständig qualifizierte Namen (d.h. Namen, die mit einem Rückwärtsschrägstrich beginnen)
+     sind in Namensraumdeklarationen nicht erlaubt, weil solche Konstrukte als relative
+     Namensraumausdrücke interpretiert werden.
+    </simpara>
+   </note>
    Der einzige Quellcode, der vor einer Namespacedeklaration stehen darf,
    ist der <literal>declare</literal>-Ausdruck, der die Kodierung der Quellcodedatei
    definiert. Gleichzeitig darf kein Nicht-PHP-Code vor einer Namespacedeklaration

Modified: phpdoc/de/trunk/language/types/float.xml
===================================================================
--- phpdoc/de/trunk/language/types/float.xml	2020-03-15 09:49:46 UTC (rev 349455)
+++ phpdoc/de/trunk/language/types/float.xml	2020-03-15 09:55:38 UTC (rev 349456)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 348072 Maintainer: simp Status: ready -->
+<!-- EN-Revision: 349427 Maintainer: simp Status: ready -->
 <!-- Reviewed: no -->

 <sect1 xml:id="language.types.float" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -18,6 +18,7 @@
 $a = 1.234;
 $b = 1.2e3;
 $c = 7E-10;
+$d = 1_234.567; // von PHP 7.4.0 an
 ?>
 ]]>
   </programlisting>
@@ -24,14 +25,14 @@
  </informalexample>

  <para>
-  Formell:
+  Formell von PHP 7.4.0 an (zuvor waren Unterstiche nicht erlaubt):
  </para>

  <informalexample>
   <programlisting>
 <![CDATA[
-LNUM          [0-9]+
-DNUM          ([0-9]*[\.]{LNUM}) | ({LNUM}[\.][0-9]*)
+LNUM          [0-9]+(_[0-9]+)*
+DNUM          ([0-9]*(_[0-9]+)*[\.]{LNUM}) | ({LNUM}[\.][0-9]*(_[0-9]+)*)
 EXPONENT_DNUM (({LNUM} | {DNUM}) [eE][+-]? {LNUM})
 ]]>
   </programlisting>

Modified: phpdoc/de/trunk/reference/curl/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/curl/constants.xml	2020-03-15 09:49:46 UTC (rev 349455)
+++ phpdoc/de/trunk/reference/curl/constants.xml	2020-03-15 09:55:38 UTC (rev 349456)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 349125 Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 349397 Maintainer: jaenecke Status: ready -->
 <appendix xml:id="curl.constants" xmlns="http://docbook.org/ns/docbook">
  &reftitle.constants;
  &extension.constants;
@@ -597,6 +597,17 @@
     </simpara>
    </listitem>
   </varlistentry>
+  <varlistentry xml:id="constant.curlopt-cookielist">
+   <term>
+    <constant>CURLOPT_COOKIELIST</constant>
+    (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Verfügabr seit PHP 5.5.0 und cURL 7.14.1
+    </simpara>
+   </listitem>
+  </varlistentry>
   <varlistentry xml:id="constant.curlopt-sslcert">
    <term>
     <constant>CURLOPT_SSLCERT</constant>
@@ -3480,6 +3491,39 @@
     </simpara>
    </listitem>
   </varlistentry>
+  <varlistentry xml:id="constant.curlopt-tcp-keepalive">
+   <term>
+    <constant>CURLOPT_TCP_KEEPALIVE</constant>
+    (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Verfügbar seit PHP 5.5.0 und cURL 7.25.0
+    </simpara>
+   </listitem>
+  </varlistentry>
+  <varlistentry xml:id="constant.curlopt-tcp-keepidle">
+   <term>
+    <constant>CURLOPT_TCP_KEEPIDLE</constant>
+    (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Verfügbar seit PHP 5.5.0 und cURL 7.25.0
+    </simpara>
+   </listitem>
+  </varlistentry>
+  <varlistentry xml:id="constant.curlopt-tcp-keepintvl">
+   <term>
+    <constant>CURLOPT_TCP_KEEPINTVL</constant>
+    (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Verfügbar seit PHP 5.5.0 und cURL 7.25.0
+    </simpara>
+   </listitem>
+  </varlistentry>
   <varlistentry xml:id="constant.curlmopt-pipelining">
    <term>
     <constant>CURLMOPT_PIPELINING</constant>

Modified: phpdoc/de/trunk/reference/curl/curlfile/construct.xml
===================================================================
--- phpdoc/de/trunk/reference/curl/curlfile/construct.xml	2020-03-15 09:49:46 UTC (rev 349455)
+++ phpdoc/de/trunk/reference/curl/curlfile/construct.xml	2020-03-15 09:55:38 UTC (rev 349456)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 336593 Maintainer: tihox Status: ready -->
+<!-- EN-Revision: 349411 Maintainer: tihox Status: ready -->
 <!-- Reviewed: no -->

 <refentry xml:id="curlfile.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -16,8 +16,8 @@
   <methodsynopsis>
    <modifier>public</modifier> <methodname>CURLFile::__construct</methodname>
    <methodparam><type>string</type><parameter>filename</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>mimetype</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>postname</parameter></methodparam>
+   <methodparam choice="opt"><type>string</type><parameter>mimetype</parameter><initializer>""</initializer></methodparam>
+   <methodparam choice="opt"><type>string</type><parameter>postname</parameter><initializer>""</initializer></methodparam>
   </methodsynopsis>
   <para>&style.procedural;</para>
   <methodsynopsis>
@@ -142,6 +142,117 @@
 ]]>
    </screen>
   </example>
+  <example>
+   <title><function>CURLFile::__construct</function> Beispiel zum Upload mehrerer Dateien</title>
+   <para>&style.oop;</para>
+   <programlisting role="php">
+<![CDATA[
+<?php
+$request = curl_init('http://www.example.com/upload.php');
+curl_setopt($request, CURLOPT_POST, true);
+curl_setopt($request,
+CURLOPT_SAFE_UPLOAD, true); curl_setopt(
+    $request,
+    CURLOPT_POSTFIELDS,
+    [
+        'blob[0]' => new CURLFile(realpath('erste-datei.jpg'), 'image/jpeg'),
+        'blob[1]' => new CURLFile(realpath('zweite-datei.txt'), 'text/plain'),
+        'blob[2]' => new CURLFile(realpath('dritte-datei.exe'), 'application/octet-stream'),
+    ] );
+curl_setopt($request, CURLOPT_RETURNTRANSFER, true);
+
+echo curl_exec($request);
+
+var_dump(curl_getinfo($request));
+
+curl_close($request);
+]]>
+   </programlisting>
+   <para>&style.procedural;</para>
+   <programlisting role="php">
+<![CDATA[
+<?php
+// procedural
+$request = curl_init('http://www.example.com/upload.php');
+curl_setopt($request, CURLOPT_POST, true);
+curl_setopt($request, CURLOPT_SAFE_UPLOAD, true); curl_setopt(
+    $request,
+    CURLOPT_POSTFIELDS,
+    [
+        'blob[0]' => curl_file_create(realpath('erste-datei.jpg'), 'image/jpeg'),
+        'blob[1]' => curl_file_create(realpath('zweite-datei.txt'), 'text/plain'),
+        'blob[2]' => curl_file_create(realpath('dritte-datei.exe'), 'application/octet-stream'),
+    ] );
+curl_setopt($request, CURLOPT_RETURNTRANSFER, true);
+
+echo curl_exec($request);
+
+var_dump(curl_getinfo($request));
+
+curl_close($request);
+]]>
+   </programlisting>
+   &example.outputs;
+   <screen>
+<![CDATA[
+array(26) {
+  ["url"]=>
+  string(31) "http://www.example.com/upload.php"
+  ["content_type"]=>
+  string(24) "text/html; charset=UTF-8"
+  ["http_code"]=>
+  int(200)
+  ["header_size"]=>
+  int(198)
+  ["request_size"]=>
+  int(196)
+  ["filetime"]=>
+  int(-1)
+  ["ssl_verify_result"]=>
+  int(0)
+  ["redirect_count"]=>
+  int(0)
+  ["total_time"]=>
+  float(0.060062)
+  ["namelookup_time"]=>
+  float(0.028575)
+  ["connect_time"]=>
+  float(0.029011)
+  ["pretransfer_time"]=>
+  float(0.029121)
+  ["size_upload"]=>
+  float(3230730)
+  ["size_download"]=>
+  float(811)
+  ["speed_download"]=>
+  float(13516)
+  ["speed_upload"]=>
+  float(53845500)
+  ["download_content_length"]=>
+  float(811)
+  ["upload_content_length"]=>
+  float(3230730)
+  ["starttransfer_time"]=>
+  float(0.030355)
+  ["redirect_time"]=>
+  float(0)
+  ["redirect_url"]=>
+  string(0) ""
+  ["primary_ip"]=>
+  string(13) "0.0.0.0"
+  ["certinfo"]=>
+  array(0) {
+  }
+  ["primary_port"]=>
+  int(80)
+  ["local_ip"]=>
+  string(12) "0.0.0.0"
+  ["local_port"]=>
+  int(34856)
+}
+]]>
+   </screen>
+  </example>
  </refsect1>

  <refsect1 role="seealso">

Modified: phpdoc/de/trunk/reference/curl/curlfile.xml
===================================================================
--- phpdoc/de/trunk/reference/curl/curlfile.xml	2020-03-15 09:49:46 UTC (rev 349455)
+++ phpdoc/de/trunk/reference/curl/curlfile.xml	2020-03-15 09:55:38 UTC (rev 349456)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 336593 Maintainer: tihox Status: ready -->
+<!-- EN-Revision: 349387 Maintainer: tihox Status: ready -->

 <phpdoc:classref xml:id="class.curlfile" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">

@@ -36,14 +36,17 @@
     <classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
     <fieldsynopsis>
      <modifier>public</modifier>
+     <type>mixed</type>
      <varname linkend="curlfile.props.name">name</varname>
     </fieldsynopsis>
     <fieldsynopsis>
      <modifier>public</modifier>
+     <type>mixed</type>
      <varname linkend="curlfile.props.mime">mime</varname>
     </fieldsynopsis>
     <fieldsynopsis>
      <modifier>public</modifier>
+     <type>mixed</type>
      <varname linkend="curlfile.props.postname">postname</varname>
     </fieldsynopsis>


Modified: phpdoc/de/trunk/reference/ftp/functions/ftp-ssl-connect.xml
===================================================================
--- phpdoc/de/trunk/reference/ftp/functions/ftp-ssl-connect.xml	2020-03-15 09:49:46 UTC (rev 349455)
+++ phpdoc/de/trunk/reference/ftp/functions/ftp-ssl-connect.xml	2020-03-15 09:55:38 UTC (rev 349456)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 344352 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 349421 Maintainer: wiesemann Status: ready -->

 <refentry xml:id="function.ftp-ssl-connect" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -27,12 +27,12 @@
   <note>
    <title>Warum diese Funktion eventuell nicht vorhanden ist</title>
    <para>
-    <function>ftp_ssl_connect</function> ist nur verfügbar, wenn sowohl
+    Vor PHP 7.0.0 war <function>ftp_ssl_connect</function> nur verfügbar, wenn sowohl
     das FTP-Modul als auch <link
     linkend="ref.openssl">OpenSSL</link>-Unterstützung statisch in PHP
-    eingebunden wurde. Daher ist diese Funktion in den offiziellen
+    eingebunden wurde. Daher war diese Funktion in den offiziellen
     PHP-Builds unter Windows nicht definiert. Um diese Funktion auch
-    unter Windows verfügbar zu machen, müssen Sie PHP selbst kompilieren.
+    unter Windows verfügbar zu machen, musste PHP selbst kompiliert werden.
    </para>
   </note>
   <note>

Modified: phpdoc/de/trunk/reference/hash/functions/hash-file.xml
===================================================================
--- phpdoc/de/trunk/reference/hash/functions/hash-file.xml	2020-03-15 09:49:46 UTC (rev 349455)
+++ phpdoc/de/trunk/reference/hash/functions/hash-file.xml	2020-03-15 09:55:38 UTC (rev 349456)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: raphaelm Status: ready -->
+<!-- EN-Revision: 349408 Maintainer: raphaelm Status: ready -->
 <!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
 <refentry xml:id="function.hash-file" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -26,6 +26,7 @@
      <listitem>
       <para>
        Name des gewählten Hash-Algorithmus (z.B. "md5", "sha256", "haval160,4", usw...)
+       Für eine Liste der unterstützten Algorithmen, siehe <function>hash_hmac_algos</function>.
       </para>
      </listitem>
     </varlistentry>

Modified: phpdoc/de/trunk/reference/hash/functions/hash.xml
===================================================================
--- phpdoc/de/trunk/reference/hash/functions/hash.xml	2020-03-15 09:49:46 UTC (rev 349455)
+++ phpdoc/de/trunk/reference/hash/functions/hash.xml	2020-03-15 09:55:38 UTC (rev 349456)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: raphaelm Status: ready -->
+<!-- EN-Revision: 349408 Maintainer: raphaelm Status: ready -->
 <refentry xml:id="function.hash" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>hash</refname>
@@ -25,6 +25,7 @@
      <listitem>
       <para>
        Name des gewählten Hash-Algorithmus (z.B. "md5", "sha256", "haval160,4", usw...)
+       Für eine Liste der unterstützten Algorithmen, siehe <function>hash_hmac_algos</function>.
       </para>
      </listitem>
     </varlistentry>

Modified: phpdoc/de/trunk/reference/mysqli/mysqli_driver.xml
===================================================================
--- phpdoc/de/trunk/reference/mysqli/mysqli_driver.xml	2020-03-15 09:49:46 UTC (rev 349455)
+++ phpdoc/de/trunk/reference/mysqli/mysqli_driver.xml	2020-03-15 09:55:38 UTC (rev 349456)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 322005 Maintainer:tihox Status: ready -->
+<!-- EN-Revision: 349423 Maintainer:tihox Status: ready -->
 <!-- Reviewed: no -->

 <phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.mysqli-driver" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
@@ -13,7 +13,9 @@
   <section xml:id="mysqli-driver.intro">
    &reftitle.intro;
    <para>
-    MySQLi Treiber.
+    Die <classname>mysqli_driver</classname> Klasse ist ein Exemplar des Monostate-Entwurfsmusters,
+    d.h. es gibt nur einen Treiber, auf den durch eine beliebige Menge von mysqli_driver Exemplaren
+    zugegriffen werden kann.
    </para>
   </section>
 <!-- }}} -->

Modified: phpdoc/de/trunk/reference/pcre/functions/preg-replace.xml
===================================================================
--- phpdoc/de/trunk/reference/pcre/functions/preg-replace.xml	2020-03-15 09:49:46 UTC (rev 349455)
+++ phpdoc/de/trunk/reference/pcre/functions/preg-replace.xml	2020-03-15 09:55:38 UTC (rev 349456)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 347268 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 349366 Maintainer: samesch Status: ready -->

 <refentry xml:id="function.preg-replace" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -60,17 +60,17 @@
       </para>
       <para>
        <parameter>replacement</parameter> darf Referenzen in der Form
-       <literal>\\<replaceable>n</replaceable></literal> oder
+       <literal>\<replaceable>n</replaceable></literal> oder
        <literal>$<replaceable>n</replaceable></literal> enthalten, wobei
        Letztere vorzuziehen ist. Jede dieser Referenzen wird mit dem Text
        ersetzt, der vom <replaceable>n</replaceable>-ten eingeklammerten
        Suchmuster erfasst wurde. <replaceable>n</replaceable> kann einen Wert
-       von 0 bis 99 haben. <literal>\\0</literal> oder <literal>$0</literal>
+       von 0 bis 99 haben. <literal>\0</literal> oder <literal>$0</literal>
        beziehen sich auf den Text, der auf das komplette Suchmuster passt. Um
        die Nummer des erfassenden Teil-Suchmusters zu erhalten, werden
-       öffnende Klammern mit 1 beginnend von links nach rechts gezählt. Um
-       einen Backslash im Ersatz zu verwenden, muss er verdoppelt werden
-       (<literal>"\\\\"</literal> PHP-Zeichenkette).
+       öffnende Klammern mit 1 beginnend von links nach rechts gezählt.
+       Es ist zu beachten, dass Rückwärtsschrägstriche in &string;-Literalen ggf.
+       maskiert werden müssen.
       </para>
       <para>
        Wenn Sie mit einer Ersetzung arbeiten wollen, in der auf eine
@@ -77,11 +77,11 @@
        Rückreferenzierung direkt eine weitere Zahl folgt (d.h., direkt nach
        der Übereinstimmmung mit einem Suchmuster soll eine Zahl kommen),
        können Sie für Ihre Rückreferenzierung nicht die Schreibweise
-       <literal>\\1</literal> verwenden. So würde z.B. <literal>\\11</literal>
+       <literal>\1</literal> verwenden. So würde z.B. <literal>\11</literal>
        die Funktion <function>preg_replace</function> verwirren, weil sie
-       nicht weiß, ob Sie die Rückreferenzierung <literal>\\1</literal>
+       nicht weiß, ob Sie die Rückreferenzierung <literal>\1</literal>
        gefolgt von der Zahl <literal>1</literal> wollen oder nur die
-       Rückreferenzierung <literal>\\11</literal>. In diesem Fall ist die
+       Rückreferenzierung <literal>\11</literal>. In diesem Fall ist die
        Lösung, <literal>${1}1</literal> zu verwenden. Damit wird eine
        isolierte Rückreferenzierung <literal>$1</literal> erzeugt und die
        <literal>1</literal> bleibt ein Buchstabensymbol.

Modified: phpdoc/de/trunk/reference/sem/functions/sem-get.xml
===================================================================
--- phpdoc/de/trunk/reference/sem/functions/sem-get.xml	2020-03-15 09:49:46 UTC (rev 349455)
+++ phpdoc/de/trunk/reference/sem/functions/sem-get.xml	2020-03-15 09:55:38 UTC (rev 349456)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 334605 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 349425 Maintainer: hholzgra Status: ready -->
 <refentry xml:id="function.sem-get" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>sem_get</refname>
@@ -26,6 +26,10 @@
    greifen aber auf den gleichen darunterliegenden Semaphor
    zu.
   </para>
+  <para>
+   Ist <parameter>key</parameter> gleich <literal>0</literal> wird ein neues privates Semaphor
+   für jeden Aufruf von <function>sem_get</function> erzeugt.
+  </para>
  </refsect1>

  <refsect1 role="parameters">

Modified: phpdoc/de/trunk/reference/simplexml/simplexmlelement/construct.xml
===================================================================
--- phpdoc/de/trunk/reference/simplexml/simplexmlelement/construct.xml	2020-03-15 09:49:46 UTC (rev 349455)
+++ phpdoc/de/trunk/reference/simplexml/simplexmlelement/construct.xml	2020-03-15 09:55:38 UTC (rev 349456)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 349428 Maintainer: sammywg Status: ready -->

 <refentry xml:id="simplexmlelement.construct" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -41,7 +41,9 @@
      <listitem>
       <para>
        Optional zu verwenden, um <link linkend="libxml.constants">weitere Libxml
-       Parameter</link> anzugeben.
+       Parameter</link> anzugeben, die das Lesen von XML-Dokumenten betreffen.
+       Optionen, die die Ausgabe von XML-Dokumenten betreffen (z.B. <constant>LIBXML_NOEMPTYTAG</constant>)
+       werden stillschweigend ignoriert.
       </para>
       <note>
        <para>

Modified: phpdoc/de/trunk/reference/xmlreader/xmlreader/open.xml
===================================================================
--- phpdoc/de/trunk/reference/xmlreader/xmlreader/open.xml	2020-03-15 09:49:46 UTC (rev 349455)
+++ phpdoc/de/trunk/reference/xmlreader/xmlreader/open.xml	2020-03-15 09:55:38 UTC (rev 349456)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 330543 Maintainer: nikic Status: ready -->
+<!-- EN-Revision: 349422 Maintainer: nikic Status: ready -->
 <refentry xml:id="xmlreader.open" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>XMLReader::open</refname>
@@ -14,7 +14,7 @@
    <type>bool</type>
    <methodname>XMLReader::open</methodname>
    <methodparam><type>string</type><parameter>URI</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
+   <methodparam choice="opt"><type>string</type><parameter>encoding</parameter><initializer>&null;</initializer></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>0</initializer></methodparam>
   </methodsynopsis>
   <para>

Modified: phpdoc/de/trunk/reference/zip/setup.xml
===================================================================
--- phpdoc/de/trunk/reference/zip/setup.xml	2020-03-15 09:49:46 UTC (rev 349455)
+++ phpdoc/de/trunk/reference/zip/setup.xml	2020-03-15 09:55:38 UTC (rev 349456)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 349295 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 349351 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;

Modified: phpdoc/de/trunk/reference/zip/ziparchive/addfile.xml
===================================================================
--- phpdoc/de/trunk/reference/zip/ziparchive/addfile.xml	2020-03-15 09:49:46 UTC (rev 349455)
+++ phpdoc/de/trunk/reference/zip/ziparchive/addfile.xml	2020-03-15 09:55:38 UTC (rev 349456)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 349293 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 349360 Maintainer: sammywg Status: ready -->

 <refentry xml:id="ziparchive.addfile" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -49,8 +49,7 @@
      <term><parameter>start</parameter></term>
      <listitem>
       <para>
-       Dieser Parameter wird nicht genutzt, aber benötigt,
-       um <classname>ZipArchive</classname> zu erweitern.
+       Die Startposition für partielles Kopieren.
       </para>
      </listitem>
     </varlistentry>
@@ -58,8 +57,8 @@
      <term><parameter>length</parameter></term>
      <listitem>
       <para>
-       Dieser Parameter wird nicht genutzt, aber benötigt,
-      um <classname>ZipArchive</classname> zu erweitern.
+       Die Länge für partielles Kopieren;
+       wenn 0 oder -1, wird die gesamte Datei (beginnend bei <parameter>start</parameter>) verwendet.
       </para>
      </listitem>
     </varlistentry>

Modified: phpdoc/de/trunk/reference/zip/ziparchive/getstatusstring.xml
===================================================================
--- phpdoc/de/trunk/reference/zip/ziparchive/getstatusstring.xml	2020-03-15 09:49:46 UTC (rev 349455)
+++ phpdoc/de/trunk/reference/zip/ziparchive/getstatusstring.xml	2020-03-15 09:55:38 UTC (rev 349456)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 322115 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 349314 Maintainer: nobody Status: ready -->

 <refentry xml:id="ziparchive.getstatusstring" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -30,6 +30,31 @@
    Liefert einen <type>string</type> mit der Statusmeldung. &return.falseforfailure;
   </para>
  </refsect1>
+
+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <para>
+   <informaltable>
+    <tgroup cols="2">
+     <thead>
+      <row>
+       <entry>&Version;</entry>
+       <entry>&Description;</entry>
+      </row>
+     </thead>
+     <tbody>
+      <row>
+       <entry>8.0.0 / 1.18.0</entry>
+       <entry>
+        Diese Methode kann für ein geschlossenes Archiv aufgerufen werden.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
 </refentry>

 <!-- Keep this comment at the end of the file
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.