svn: /phpdoc/de/trunk/reference/ array/functions/array-filter.xml array/functions/array-search.xml array/functions/list.xml bc/book.xml bzip2/functions/bzclose.xml classobj/functions/get-class-methods.xml curl/configure.xml curl/constants.xml curl/functions/curl-multi-add-handle.xml curl/functions/curl-multi-close.xml curl/functions/curl-multi-exec.xml curl/functions/curl-multi-info-read.xml curl/functions/curl-multi-init.xml curl/functions/curl-multi-setopt.xml curl/functions/curl-multi-strerro

[email protected] (Christoph Michael Becker)
Newsgroups php.doc.de
Message-ID <[email protected]>
cmb                                      Sat, 11 May 2019 13:43:46 +0000

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

Log:
Sync with EN

Changed paths:
    U   phpdoc/de/trunk/reference/array/functions/array-filter.xml
    U   phpdoc/de/trunk/reference/array/functions/array-search.xml
    U   phpdoc/de/trunk/reference/array/functions/list.xml
    U   phpdoc/de/trunk/reference/bc/book.xml
    U   phpdoc/de/trunk/reference/bzip2/functions/bzclose.xml
    U   phpdoc/de/trunk/reference/classobj/functions/get-class-methods.xml
    U   phpdoc/de/trunk/reference/curl/configure.xml
    U   phpdoc/de/trunk/reference/curl/constants.xml
    U   phpdoc/de/trunk/reference/curl/functions/curl-multi-add-handle.xml
    U   phpdoc/de/trunk/reference/curl/functions/curl-multi-close.xml
    U   phpdoc/de/trunk/reference/curl/functions/curl-multi-exec.xml
    U   phpdoc/de/trunk/reference/curl/functions/curl-multi-info-read.xml
    U   phpdoc/de/trunk/reference/curl/functions/curl-multi-init.xml
    U   phpdoc/de/trunk/reference/curl/functions/curl-multi-setopt.xml
    U   phpdoc/de/trunk/reference/curl/functions/curl-multi-strerror.xml
    U   phpdoc/de/trunk/reference/curl/functions/curl-setopt.xml
svn-diffs-347410.txt (text/x-diff, 19.4 KB)
Modified: phpdoc/de/trunk/reference/array/functions/array-filter.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/array-filter.xml	2019-05-11 12:30:18 UTC (rev 347409)
+++ phpdoc/de/trunk/reference/array/functions/array-filter.xml	2019-05-11 13:43:46 UTC (rev 347410)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 345095 Maintainer: simp Status: ready -->
+<!-- EN-Revision: 347206 Maintainer: simp Status: ready -->
 <!-- CREDITS: tom -->
 <refentry xml:id="function.array-filter" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -182,7 +182,9 @@
              1 => false,
              2 => -1,
              3 => null,
-             4 => ''
+             4 => '',
+             5 => '0',
+             6 => 0,
           );

 print_r(array_filter($entry));

Modified: phpdoc/de/trunk/reference/array/functions/array-search.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/array-search.xml	2019-05-11 12:30:18 UTC (rev 347409)
+++ phpdoc/de/trunk/reference/array/functions/array-search.xml	2019-05-11 13:43:46 UTC (rev 347410)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: gerdtsteltner Status: ready -->
+<!-- EN-Revision: 347118 Maintainer: gerdtsteltner Status: ready -->
 <!-- CREDITS: tom -->
 <refentry xml:id="function.array-search" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -17,8 +17,7 @@
    <methodparam choice="opt"><type>bool</type><parameter>strict</parameter><initializer>&false;</initializer></methodparam>
   </methodsynopsis>
   <para>
-   Durchsucht <parameter>haystack</parameter> nach
-   <parameter>needle</parameter>.
+   Sucht <parameter>needle</parameter> in <parameter>haystack</parameter>.
   </para>
  </refsect1>
  <refsect1 role="parameters">

Modified: phpdoc/de/trunk/reference/array/functions/list.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/list.xml	2019-05-11 12:30:18 UTC (rev 347409)
+++ phpdoc/de/trunk/reference/array/functions/list.xml	2019-05-11 13:43:46 UTC (rev 347410)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 345209 Maintainer: cmb Status: ready -->
+<!-- EN-Revision: 347399 Maintainer: cmb Status: ready -->
 <!-- CREDITS: tom -->

 <refentry xml:id="function.list" xmlns="http://docbook.org/ns/docbook">
@@ -46,13 +46,6 @@
     zu verlassen, da sich diese zukünftig wieder ändern könnte.
    </para>
   </warning>
-  <warning>
-   <para>
-    Die Veränderung des Array während der Ausführung von
-    <function>list</function> (z.B. durch <literal>list($a, $b) = $b</literal>),
-    hat undefiniertes Verhalten zur Folge.
-   </para>
-  </warning>
  </refsect1>

  <refsect1 role="parameters">

Modified: phpdoc/de/trunk/reference/bc/book.xml
===================================================================
--- phpdoc/de/trunk/reference/bc/book.xml	2019-05-11 12:30:18 UTC (rev 347409)
+++ phpdoc/de/trunk/reference/bc/book.xml	2019-05-11 13:43:46 UTC (rev 347410)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343027 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 347308 Maintainer: sammywg Status: ready -->

 <book xml:id="book.bc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <?phpdoc extension-membership="bundled" ?>

Modified: phpdoc/de/trunk/reference/bzip2/functions/bzclose.xml
===================================================================
--- phpdoc/de/trunk/reference/bzip2/functions/bzclose.xml	2019-05-11 12:30:18 UTC (rev 347409)
+++ phpdoc/de/trunk/reference/bzip2/functions/bzclose.xml	2019-05-11 13:43:46 UTC (rev 347410)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 347293 Maintainer: sammywg Status: ready -->
 <refentry xml:id="function.bzclose" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>bzclose</refname>
@@ -9,7 +9,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>int</type><methodname>bzclose</methodname>
+   <type>bool</type><methodname>bzclose</methodname>
    <methodparam><type>resource</type><parameter>bz</parameter></methodparam>
   </methodsynopsis>
   <para>

Modified: phpdoc/de/trunk/reference/classobj/functions/get-class-methods.xml
===================================================================
--- phpdoc/de/trunk/reference/classobj/functions/get-class-methods.xml	2019-05-11 12:30:18 UTC (rev 347409)
+++ phpdoc/de/trunk/reference/classobj/functions/get-class-methods.xml	2019-05-11 13:43:46 UTC (rev 347410)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 334605 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 347286 Maintainer: hholzgra Status: ready -->
 <refentry xml:id="function.get-class-methods" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>get_class_methods</refname>
@@ -50,7 +50,7 @@

 class myclass {
     // constructor
-    function myclass()
+    function __construct()
     {
         return(true);
     }

Modified: phpdoc/de/trunk/reference/curl/configure.xml
===================================================================
--- phpdoc/de/trunk/reference/curl/configure.xml	2019-05-11 12:30:18 UTC (rev 347409)
+++ phpdoc/de/trunk/reference/curl/configure.xml	2019-05-11 13:43:46 UTC (rev 347410)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--  $Revision$ -->
-<!-- EN-Revision: 345565 Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 346948 Maintainer: jaenecke Status: ready -->

 <section xml:id="curl.installation" xmlns="http://docbook.org/ns/docbook">
  &reftitle.install;
@@ -12,10 +12,9 @@
   Verzeichnis sollte ein Unterverzeichnis namens <filename>curl</filename> existieren,
   das die Dateien <filename>easy.h</filename> und <filename>curl.h</filename> enthält.
   Zudem sollte sich eine Datei namens <filename>libcurl.a</filename> in dem
-  <filename>lib</filename>-Verzeichnis befinden. Ab PHP 4.3.0 kann man PHP mit der Option
+  <filename>lib</filename>-Verzeichnis befinden. Vor PHP 5.5.0 konnte man PHP mit der Option
   <option role="configure">--with-curlwrappers</option> konfigurieren, um cURL
   für URL-Streams nutzen zu können.
-  Diese Möglichkeit wurde mit PHP 5.5.0 nach PECL verschoben.
  </para>
  <note>
   <title>Anmerkung für Win32-Nutzer</title>

Modified: phpdoc/de/trunk/reference/curl/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/curl/constants.xml	2019-05-11 12:30:18 UTC (rev 347409)
+++ phpdoc/de/trunk/reference/curl/constants.xml	2019-05-11 13:43:46 UTC (rev 347410)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 345772 Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 347367 Maintainer: jaenecke Status: ready -->
 <appendix xml:id="curl.constants" xmlns="http://docbook.org/ns/docbook">
  &reftitle.constants;
  &extension.constants;
@@ -1885,6 +1885,28 @@
     </simpara>
    </listitem>
   </varlistentry>
+  <varlistentry xml:id="constant.curl-version-altsvc">
+   <term>
+    <constant>CURL_VERSION_ALTSVC</constant>
+    (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Verfügbar seit PHP 7.3.6 und cURL 7.64.1
+    </simpara>
+   </listitem>
+  </varlistentry>
+  <varlistentry xml:id="constant.curl-version-curldebug">
+   <term>
+    <constant>CURL_VERSION_CURLDEBUG</constant>
+    (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Verfügbar seit PHP 7.3.6 und cURL 7.19.6
+    </simpara>
+   </listitem>
+  </varlistentry>
   <varlistentry xml:id="constant.curl-version-ipv6">
    <term>
     <constant>CURL_VERSION_IPV6</constant>
@@ -1936,7 +1958,7 @@
    </term>
    <listitem>
     <simpara>
-     Verfügbar seit PHP 7.0.7 und cURL 7.47.0
+     Verfügbar seit PHP 7.3.6 und cURL 7.47.0
     </simpara>
    </listitem>
   </varlistentry>
@@ -2864,6 +2886,17 @@
     </simpara>
    </listitem>
   </varlistentry>
+  <varlistentry xml:id="constant.curl-http-version-2-0">
+   <term>
+    <constant>CURL_HTTP_VERSION_2_0</constant>
+    (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Verfügbar seit PHP 5.5.24 und 5.6.8 und cURL 7.33.0
+    </simpara>
+   </listitem>
+  </varlistentry>
   <varlistentry xml:id="constant.curl-http-version-2tls">
    <term>
     <constant>CURL_HTTP_VERSION_2TLS</constant>

Modified: phpdoc/de/trunk/reference/curl/functions/curl-multi-add-handle.xml
===================================================================
--- phpdoc/de/trunk/reference/curl/functions/curl-multi-add-handle.xml	2019-05-11 12:30:18 UTC (rev 347409)
+++ phpdoc/de/trunk/reference/curl/functions/curl-multi-add-handle.xml	2019-05-11 13:43:46 UTC (rev 347410)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 335160 Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 346933 Maintainer: jaenecke Status: ready -->
 <refentry xml:id="function.curl-multi-add-handle" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>curl_multi_add_handle</refname>
@@ -67,13 +67,16 @@
 curl_multi_add_handle($mh,$ch1);
 curl_multi_add_handle($mh,$ch2);

-$running=null;
-// Handles ausführen
+// Mehrfach-Handle ausführen
+
 do {
-    curl_multi_exec($mh,$running);
-} while($running > 0);
+    $status = curl_multi_exec($mh, $active);
+    if ($active) {
+        curl_multi_select($mh);
+    }
+} while ($active && $status == CURLM_OK);

-//close the handles
+// Alle Handles schließen
 curl_multi_remove_handle($mh, $ch1);
 curl_multi_remove_handle($mh, $ch2);
 curl_multi_close($mh);

Modified: phpdoc/de/trunk/reference/curl/functions/curl-multi-close.xml
===================================================================
--- phpdoc/de/trunk/reference/curl/functions/curl-multi-close.xml	2019-05-11 12:30:18 UTC (rev 347409)
+++ phpdoc/de/trunk/reference/curl/functions/curl-multi-close.xml	2019-05-11 13:43:46 UTC (rev 347410)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--  $Revision$ -->
-<!-- EN-Revision: 337181 Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 346933 Maintainer: jaenecke Status: ready -->
   <refentry xml:id="function.curl-multi-close" xmlns="http://docbook.org/ns/docbook">
    <refnamediv>
     <refname>curl_multi_close</refname>
@@ -63,12 +63,16 @@
 curl_multi_add_handle($mh,$ch1);
 curl_multi_add_handle($mh,$ch2);

-$running=null;
-// Handles ausführen
+// Mehrfach-Handle ausführen
+
 do {
-    curl_multi_exec($mh,$running);
-} while ($running > 0);
-//close the handles
+    $status = curl_multi_exec($mh, $active);
+    if ($active) {
+        curl_multi_select($mh);
+    }
+} while ($active && $status == CURLM_OK);
+
+// Alle Handles schließen
 curl_multi_remove_handle($mh, $ch1);
 curl_close($ch1);
 curl_multi_remove_handle($mh, $ch2);

Modified: phpdoc/de/trunk/reference/curl/functions/curl-multi-exec.xml
===================================================================
--- phpdoc/de/trunk/reference/curl/functions/curl-multi-exec.xml	2019-05-11 12:30:18 UTC (rev 347409)
+++ phpdoc/de/trunk/reference/curl/functions/curl-multi-exec.xml	2019-05-11 13:43:46 UTC (rev 347410)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 335160 Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 346933 Maintainer: jaenecke Status: ready -->
 <refentry xml:id="function.curl-multi-exec" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>curl_multi_exec</refname>
@@ -81,21 +81,17 @@
 curl_multi_add_handle($mh,$ch1);
 curl_multi_add_handle($mh,$ch2);

-$active = null;
-// Handles ausführen
+// Mehrfach-Handle ausführen
+
 do {
-    $mrc = curl_multi_exec($mh, $active);
-} while ($mrc == CURLM_CALL_MULTI_PERFORM);
-
-while ($active && $mrc == CURLM_OK) {
-    if (curl_multi_select($mh) != -1) {
-        do {
-            $mrc = curl_multi_exec($mh, $active);
-        } while ($mrc == CURLM_CALL_MULTI_PERFORM);
+    $status = curl_multi_exec($mh, $active);
+    if ($active) {
+        // Einen Moment auf weitere Aktivität warten
+        curl_multi_select($mh);
     }
-}
+} while ($active && $status == CURLM_OK);

-//close the handles
+// Alle Handles schließen
 curl_multi_remove_handle($mh, $ch1);
 curl_multi_remove_handle($mh, $ch2);
 curl_multi_close($mh);

Modified: phpdoc/de/trunk/reference/curl/functions/curl-multi-info-read.xml
===================================================================
--- phpdoc/de/trunk/reference/curl/functions/curl-multi-info-read.xml	2019-05-11 12:30:18 UTC (rev 347409)
+++ phpdoc/de/trunk/reference/curl/functions/curl-multi-info-read.xml	2019-05-11 13:43:46 UTC (rev 347410)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 298918 Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 346933 Maintainer: jaenecke Status: ready -->
 <refentry xml:id="function.curl-multi-info-read" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>curl_multi_info_read</refname>
@@ -112,11 +112,14 @@

 do {
     $status = curl_multi_exec($mh, $active);
+    if ($active) {
+        curl_multi_select($mh);
+    }
     $info = curl_multi_info_read($mh);
     if (false !== $info) {
         var_dump($info);
     }
-} while ($status === CURLM_CALL_MULTI_PERFORM || $active);
+} while ($active && $status == CURLM_OK);

 foreach ($urls as $i => $url) {
     $res[$i] = curl_multi_getcontent($conn[$i]);

Modified: phpdoc/de/trunk/reference/curl/functions/curl-multi-init.xml
===================================================================
--- phpdoc/de/trunk/reference/curl/functions/curl-multi-init.xml	2019-05-11 12:30:18 UTC (rev 347409)
+++ phpdoc/de/trunk/reference/curl/functions/curl-multi-init.xml	2019-05-11 13:43:46 UTC (rev 347410)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 335160 Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 346933 Maintainer: jaenecke Status: ready -->
 <refentry xml:id="function.curl-multi-init" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>curl_multi_init</refname>
@@ -59,19 +59,14 @@
 curl_multi_add_handle($mh,$ch1);
 curl_multi_add_handle($mh,$ch2);

-$active = null;
-// Handles ausführen
+// Mehrfach-Handle ausführen
+
 do {
-    $mrc = curl_multi_exec($mh, $active);
-} while ($mrc == CURLM_CALL_MULTI_PERFORM);
-
-while ($active && $mrc == CURLM_OK) {
-    if (curl_multi_select($mh) != -1) {
-        do {
-            $mrc = curl_multi_exec($mh, $active);
-        } while ($mrc == CURLM_CALL_MULTI_PERFORM);
+    $status = curl_multi_exec($mh, $active);
+    if ($active) {
+        curl_multi_select($mh);
     }
-}
+} while ($active && $status == CURLM_OK);

 // Handles schliessen
 curl_multi_remove_handle($mh, $ch1);

Modified: phpdoc/de/trunk/reference/curl/functions/curl-multi-setopt.xml
===================================================================
--- phpdoc/de/trunk/reference/curl/functions/curl-multi-setopt.xml	2019-05-11 12:30:18 UTC (rev 347409)
+++ phpdoc/de/trunk/reference/curl/functions/curl-multi-setopt.xml	2019-05-11 13:43:46 UTC (rev 347410)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341647 Maintainer: tihox Status: ready -->
+<!-- EN-Revision: 347375 Maintainer: tihox Status: ready -->

 <refentry xml:id="function.curl-multi-setopt" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -64,15 +64,19 @@
           <row>
            <entry valign="top"><constant>CURLMOPT_PIPELINING</constant></entry>
            <entry valign="top">
-            Übergib 1 zu aktivieren oder 0 zum deaktivieren. Das Aktivieren von
+            Übergib 1 zum aktivieren oder 0 zum deaktivieren. Das Aktivieren von
             multi-Handles wird zu dem Versuch führen, PHP Pipelining so weit wie es
             für Transfers, die dieses Handle verwenden, möglich ist.
             Das bedeutet, dass wenn Sie eine zweite Anfrage hinzufügen, die eine
             bereits existierende Verbindung verwendet, wird diese auf der
             selben Verbindung "gepiped".
-            Von cURL 7.43.0 an kann ebenfalls 2 übergeben werden, um zu
+            Von cURL 7.43.0 an ist der Wert eine Bitmaske, und es kann ebenfalls 2 übergeben werden, um zu
             versuchen, den neuen Transfer über eine bestehende HTTP/2 Verbindung
-            zu multiplexen, falls möglich. Anstelle der Interger-Literale können
+            zu multiplexen, falls möglich.
+            Das Übergeben von 3 weist cURL an, Pipelining und Multiplexing unabhängig voneinander
+            zu versuchen.
+            Von cURL 7.62.0 an hat das Setzen des Pipelining-Bit keine Wirkung.
+            Anstelle der Interger-Literale können
             ebenfalls die CURLPIPE_* Konstanten verwendet werden, falls
             verfügbar.
            </entry>

Modified: phpdoc/de/trunk/reference/curl/functions/curl-multi-strerror.xml
===================================================================
--- phpdoc/de/trunk/reference/curl/functions/curl-multi-strerror.xml	2019-05-11 12:30:18 UTC (rev 347409)
+++ phpdoc/de/trunk/reference/curl/functions/curl-multi-strerror.xml	2019-05-11 13:43:46 UTC (rev 347410)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 331331 Maintainer: tihox Status: ready -->
+<!-- EN-Revision: 346933 Maintainer: tihox Status: ready -->

 <refentry xml:id="function.curl-multi-strerror" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -63,12 +63,16 @@
 // Führt das Multi-Handle aus
 do {
     $status = curl_multi_exec($mh, $active);
-    // Nach Fehlern suchen
-    if($status > 0) {
-        // Fehlermeldung anzigen
-        echo "FEHLER!!\n " . curl_multi_strerror($status);
+    if ($active) {
+        curl_multi_select($mh);
     }
-} while ($status === CURLM_CALL_MULTI_PERFORM || $active);
+} while ($active && $status === CURLM_OK);
+
+// Auf Fehler prüfen
+if ($status != CURLM_OK) {
+    // Fehlermeldung anzeigen
+    echo "FEHLER!\n " . curl_multi_strerror($status);
+}
 ?>
 ]]>
     </programlisting>

Modified: phpdoc/de/trunk/reference/curl/functions/curl-setopt.xml
===================================================================
--- phpdoc/de/trunk/reference/curl/functions/curl-setopt.xml	2019-05-11 12:30:18 UTC (rev 347409)
+++ phpdoc/de/trunk/reference/curl/functions/curl-setopt.xml	2019-05-11 13:43:46 UTC (rev 347410)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 344978 Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 347154 Maintainer: jaenecke Status: ready -->

 <refentry xml:id="function.curl-setopt" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -124,7 +124,9 @@
            <entry valign="top"><constant>CURLOPT_DNS_USE_GLOBAL_CACHE</constant></entry>
            <entry valign="top">
             &true; um den globalen DNS-Cache zu nutzen. Diese Option ist nicht
-            thread-safe und standardmässig aktiviert.
+            thread-safe.
+            Sie ist standardmäßig aktiviert, wenn PHP für Singlethread-Verwendung kompiliert wurde
+            (CLI, FCGI, Apache2-Prefork, etc.)
            </entry>
            <entry valign="top">
            </entry>
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.