svn: /phpdoc/de/trunk/ language/constants.xml language/operators.xml reference/apache/functions/apache-request-headers.xml reference/apache/functions/getallheaders.xml reference/array/functions/array-merge.xml reference/json/functions/json-decode.xml reference/network/functions/long2ip.xml reference/network/functions/openlog.xml reference/openssl/constants.xml reference/pgsql/constants.xml

[email protected] (Christoph Michael Becker)
Newsgroups php.doc.de
Message-ID <[email protected]>
cmb                                      Mon, 19 Nov 2018 14:54:24 +0000

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

Log:
Sync with EN

Changed paths:
    U   phpdoc/de/trunk/language/constants.xml
    U   phpdoc/de/trunk/language/operators.xml
    U   phpdoc/de/trunk/reference/apache/functions/apache-request-headers.xml
    U   phpdoc/de/trunk/reference/apache/functions/getallheaders.xml
    U   phpdoc/de/trunk/reference/array/functions/array-merge.xml
    U   phpdoc/de/trunk/reference/json/functions/json-decode.xml
    U   phpdoc/de/trunk/reference/network/functions/long2ip.xml
    U   phpdoc/de/trunk/reference/network/functions/openlog.xml
    U   phpdoc/de/trunk/reference/openssl/constants.xml
    U   phpdoc/de/trunk/reference/pgsql/constants.xml
svn-diffs-346019.txt (text/x-diff, 9 KB)
Modified: phpdoc/de/trunk/language/constants.xml
===================================================================
--- phpdoc/de/trunk/language/constants.xml	2018-11-19 13:14:01 UTC (rev 346018)
+++ phpdoc/de/trunk/language/constants.xml	2018-11-19 14:54:24 UTC (rev 346019)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 345954 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 345983 Maintainer: sammywg Status: ready -->
  <chapter xml:id="language.constants" xmlns="http://docbook.org/ns/docbook">
   <title>Konstanten</title>

@@ -300,7 +300,7 @@
        <row xml:id="constant.function">
         <entry><constant>__FUNCTION__</constant></entry>
         <entry>
-         Der Name der Funktion.
+         Der Name der Funktion, oder <literal>{closure}</literal> für anonyme Funktionen.
         </entry>
        </row>
        <row xml:id="constant.class">

Modified: phpdoc/de/trunk/language/operators.xml
===================================================================
--- phpdoc/de/trunk/language/operators.xml	2018-11-19 13:14:01 UTC (rev 346018)
+++ phpdoc/de/trunk/language/operators.xml	2018-11-19 14:54:24 UTC (rev 346019)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 345447 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 345964 Maintainer: nobody Status: ready -->
 <!-- CREDITS: tzwenny, betz -->

  <chapter xml:id="language.operators" xmlns="http://docbook.org/ns/docbook">
@@ -2251,11 +2251,11 @@
 }
 Vereinigung von $a += $b:
 array(3) {
-  'a' =>
+  ["a"] =>
   string(5) "Apfel"
-  'b' =>
+  ["b"] =>
   string(6) "Banane"
-  'c' =>
+  ["c"] =>
   string(6) "Kirsche"
 }
 ]]>

Modified: phpdoc/de/trunk/reference/apache/functions/apache-request-headers.xml
===================================================================
--- phpdoc/de/trunk/reference/apache/functions/apache-request-headers.xml	2018-11-19 13:14:01 UTC (rev 346018)
+++ phpdoc/de/trunk/reference/apache/functions/apache-request-headers.xml	2018-11-19 14:54:24 UTC (rev 346019)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 336339 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 345968 Maintainer: sammywg Status: ready -->

 <refentry xml:id="function.apache-request-headers" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -40,6 +40,12 @@
      </thead>
      <tbody>
       <row>
+       <entry>7.3.0</entry>
+       <entry>
+        Diese Funktion wurde in der FPM SAPI verfügbar.
+       </entry>
+      </row>
+      <row>
        <entry>5.5.7</entry>
        <entry>
         Diese Funktion wurde im CLI Server verfügbar.

Modified: phpdoc/de/trunk/reference/apache/functions/getallheaders.xml
===================================================================
--- phpdoc/de/trunk/reference/apache/functions/getallheaders.xml	2018-11-19 13:14:01 UTC (rev 346018)
+++ phpdoc/de/trunk/reference/apache/functions/getallheaders.xml	2018-11-19 14:54:24 UTC (rev 346019)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 336339 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 345968 Maintainer: sammywg Status: ready -->

 <refentry xml:id="function.getallheaders" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -45,6 +45,12 @@
      </thead>
      <tbody>
       <row>
+       <entry>7.3.0</entry>
+       <entry>
+        Diese Funktion wurde in der FPM SAPI verfügbar.
+       </entry>
+      </row>
+      <row>
        <entry>5.5.7</entry>
        <entry>
         Diese Funktion wurde im CLI Server verfügbar.

Modified: phpdoc/de/trunk/reference/array/functions/array-merge.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/array-merge.xml	2018-11-19 13:14:01 UTC (rev 346018)
+++ phpdoc/de/trunk/reference/array/functions/array-merge.xml	2018-11-19 14:54:24 UTC (rev 346019)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 334621 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 345965 Maintainer: nobody Status: ready -->
 <!-- CREDITS: tom -->
 <refentry xml:id="function.array-merge" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -27,7 +27,7 @@
    stattdessen angehängt.
   </para>
   <para>
-   Werte im Eingangsarray mit numerischen Schlüsseln werden im resultierenden
+   Werte in den Eingangsarrays mit numerischen Schlüsseln werden im resultierenden
    Array mit aufsteigenden Schlüsseln, die bei Null beginnen, neu nummeriert.
   </para>
  </refsect1>

Modified: phpdoc/de/trunk/reference/json/functions/json-decode.xml
===================================================================
--- phpdoc/de/trunk/reference/json/functions/json-decode.xml	2018-11-19 13:14:01 UTC (rev 346018)
+++ phpdoc/de/trunk/reference/json/functions/json-decode.xml	2018-11-19 14:54:24 UTC (rev 346019)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 345756 Maintainer: simp Status: ready -->
+<!-- EN-Revision: 345972 Maintainer: simp Status: ready -->
 <!-- Credits: sammywg -->

 <refentry xml:id="function.json-decode" xmlns="http://docbook.org/ns/docbook">
@@ -60,7 +60,7 @@
      <term><parameter>options</parameter></term>
      <listitem>
       <para>
-       Bitmaske von <constant>JSON_BIGINT_AS_STRING</constant> (standardmäßig aktiviert),
+       Bitmaske von <constant>JSON_BIGINT_AS_STRING</constant>,
        <constant>JSON_OBJECT_AS_ARRAY</constant>,  <constant>JSON_THROW_ON_ERROR</constant>.
        Das Verhalten dieser Konstanten ist auf der Seite über die
        <link linkend="json.constants">JSON Konstanten</link>

Modified: phpdoc/de/trunk/reference/network/functions/long2ip.xml
===================================================================
--- phpdoc/de/trunk/reference/network/functions/long2ip.xml	2018-11-19 13:14:01 UTC (rev 346018)
+++ phpdoc/de/trunk/reference/network/functions/long2ip.xml	2018-11-19 14:54:24 UTC (rev 346019)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 342916 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 346018 Maintainer: sammywg Status: ready -->
 <refentry xml:id="function.long2ip" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>long2ip</refname>

Modified: phpdoc/de/trunk/reference/network/functions/openlog.xml
===================================================================
--- phpdoc/de/trunk/reference/network/functions/openlog.xml	2018-11-19 13:14:01 UTC (rev 346018)
+++ phpdoc/de/trunk/reference/network/functions/openlog.xml	2018-11-19 14:54:24 UTC (rev 346019)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 345967 Maintainer: sammywg Status: ready -->

 <refentry xml:id="function.openlog" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>

Modified: phpdoc/de/trunk/reference/openssl/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/openssl/constants.xml	2018-11-19 13:14:01 UTC (rev 346018)
+++ phpdoc/de/trunk/reference/openssl/constants.xml	2018-11-19 14:54:24 UTC (rev 346019)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 329005 Maintainer: cmb Status: ready -->
+<!-- EN-Revision: 345921 Maintainer: cmb Status: ready -->
 <appendix xml:id="openssl.constants" xmlns="http://docbook.org/ns/docbook">
  &reftitle.constants;
  &extension.constants;
@@ -306,9 +306,6 @@
       </tgroup>
      </table>
    </para>
-   <note>
-     <para>Diese Konstanten wurden in 4.0.6 hinzugefügt.</para>
-    </note>
   </section>

   <section xml:id="openssl.signature-algos">

Modified: phpdoc/de/trunk/reference/pgsql/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/pgsql/constants.xml	2018-11-19 13:14:01 UTC (rev 346018)
+++ phpdoc/de/trunk/reference/pgsql/constants.xml	2018-11-19 14:54:24 UTC (rev 346019)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 344147 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 345760 Maintainer: conni Status: ready -->
 <appendix xml:id="pgsql.constants" xmlns="http://docbook.org/ns/docbook">
  &reftitle.constants;
  &extension.constants;
@@ -775,6 +775,20 @@
     </simpara>
    </listitem>
   </varlistentry>
+  <varlistentry xml:id="constant.pgsql-diag-severity-nonlocalized">
+   <term>
+    <constant>PGSQL_DIAG_SEVERITY_NONLOCALIZED</constant>
+    (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Der Schweregrad. Das Feld enthält ERROR, FATAL oder PANIC (in einer
+     Fehlermeldung), oder WARNING, NOTICE, DEBUG, INFO oder LOG (in einer
+     Hinweismeldung). Dies ist identisch zum PG_DIAG_SEVERITY Feld, außer dass
+     der Inhalt nie lokalisiert ist. Es ist nur ab Version 9.6 vorhanden.
+    </simpara>
+   </listitem>
+  </varlistentry>

  </variablelist>
 </appendix>
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.