svn: /phpdoc/de/trunk/ language/predefined/variables/server.xml reference/array/functions/array-combine.xml reference/pcre/functions/preg-match-all.xml

[email protected] (Nikita Popov)
Newsgroups php.doc.de
Message-ID <[email protected]>
nikic                                    Thu, 30 Jun 2011 22:39:57 +0000

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

Log:
Sync some DE docs with EN concerning PHP 5.4 changes

Changed paths:
    U   phpdoc/de/trunk/language/predefined/variables/server.xml
    U   phpdoc/de/trunk/reference/array/functions/array-combine.xml
    U   phpdoc/de/trunk/reference/pcre/functions/preg-match-all.xml

Modified: phpdoc/de/trunk/language/predefined/variables/server.xml
===================================================================
--- phpdoc/de/trunk/language/predefined/variables/server.xml	2011-06-30 22:31:32 UTC (rev 312740)
+++ phpdoc/de/trunk/language/predefined/variables/server.xml	2011-06-30 22:39:57 UTC (rev 312741)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 306096 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312710 Maintainer: sammywg Status: ready -->

 <phpdoc:varentry xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="reserved.variables.server" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
  <refnamediv>
@@ -160,7 +160,7 @@
      <listitem>
       <simpara>
        Der Timestamp des Zeitpunkts, an dem der Request eintraf. Verfügbar seit
-       PHP 5.1.0.
+       PHP 5.1.0. Seit PHP 5.4.0 ein <type>float</type>.
       </simpara>
      </listitem>
     </varlistentry>

Modified: phpdoc/de/trunk/reference/array/functions/array-combine.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/array-combine.xml	2011-06-30 22:31:32 UTC (rev 312740)
+++ phpdoc/de/trunk/reference/array/functions/array-combine.xml	2011-06-30 22:39:57 UTC (rev 312741)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: simp Status: ready -->
+<!-- EN-Revision: 312709 Maintainer: simp Status: ready -->
 <refentry xml:id="function.array-combine" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>array_combine</refname>
@@ -56,8 +56,7 @@
   &reftitle.returnvalues;
   <para>
    Gibt das kombinierte <type>Array</type> oder &false; zurück, wenn die
-   Anzahl von Elementen nicht in beiden Arrays identisch ist oder die
-   Arrays leer sind.
+   Anzahl von Elementen nicht in beiden Arrays identisch ist.
   </para>
  </refsect1>

@@ -65,11 +64,36 @@
   &reftitle.errors;
   <para>
    Wirft einen Fehler der Stufe <constant>E_WARNING</constant>, wenn
-   <parameter>keys</parameter> und <parameter>values</parameter> entweder
-   leer sind oder die Anzahl der Elemente nicht übereinstimmt.
+   die Anzahl der Elemente in <parameter>keys</parameter> und
+   <parameter>values</parameter> nicht übereinstimmt.
   </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>5.4.0</entry>
+       <entry>
+        Vorherige Versionen warfen ein <constant>E_WARNING</constant> Fehler und gaben
+        &false; zurück, wenn zwei leere Arrays übergeben wurden.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Modified: phpdoc/de/trunk/reference/pcre/functions/preg-match-all.xml
===================================================================
--- phpdoc/de/trunk/reference/pcre/functions/preg-match-all.xml	2011-06-30 22:31:32 UTC (rev 312740)
+++ phpdoc/de/trunk/reference/pcre/functions/preg-match-all.xml	2011-06-30 22:39:57 UTC (rev 312741)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 308256 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 312711 Maintainer: samesch Status: ready -->
 <refentry xml:id="function.preg-match-all" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>preg_match_all</refname>
@@ -13,7 +13,7 @@
    <type>int</type><methodname>preg_match_all</methodname>
    <methodparam><type>string</type><parameter>pattern</parameter></methodparam>
    <methodparam><type>string</type><parameter>subject</parameter></methodparam>
-   <methodparam><!-- choice="opt" --><type>array</type><parameter role="reference">matches</parameter></methodparam>
+   <methodparam choice="opt"><type>array</type><parameter role="reference">matches</parameter></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer><constant>PREG_PATTERN_ORDER</constant></initializer></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>offset</parameter><initializer>0</initializer></methodparam>
   </methodsynopsis>
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.