svn: /phpdoc/de/trunk/reference/ apache/functions/apache-child-terminate.xml apache/functions/apache-request-headers.xml apache/functions/apache-response-headers.xml fbsql/book.xml filesystem/functions/filegroup.xml hash/book.xml strings/functions/addslashes.xml strings/functions/strcasecmp.xml strings/functions/strcmp.xml strings/functions/strncasecmp.xml strings/functions/strncmp.xml tokenizer/book.xml

[email protected] (Nikita Popov)
Newsgroups php.doc.de
Message-ID <[email protected]>
nikic                                    Mon, 15 Aug 2011 10:28:26 +0000

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

Log:
Sync some DE docs with EN

Changed paths:
    U   phpdoc/de/trunk/reference/apache/functions/apache-child-terminate.xml
    U   phpdoc/de/trunk/reference/apache/functions/apache-request-headers.xml
    U   phpdoc/de/trunk/reference/apache/functions/apache-response-headers.xml
    U   phpdoc/de/trunk/reference/fbsql/book.xml
    U   phpdoc/de/trunk/reference/filesystem/functions/filegroup.xml
    U   phpdoc/de/trunk/reference/hash/book.xml
    U   phpdoc/de/trunk/reference/strings/functions/addslashes.xml
    U   phpdoc/de/trunk/reference/strings/functions/strcasecmp.xml
    U   phpdoc/de/trunk/reference/strings/functions/strcmp.xml
    U   phpdoc/de/trunk/reference/strings/functions/strncasecmp.xml
    U   phpdoc/de/trunk/reference/strings/functions/strncmp.xml
    U   phpdoc/de/trunk/reference/tokenizer/book.xml
svn-diffs-314937.txt (text/x-diff, 12.8 KB)
Modified: phpdoc/de/trunk/reference/apache/functions/apache-child-terminate.xml
===================================================================
--- phpdoc/de/trunk/reference/apache/functions/apache-child-terminate.xml	2011-08-15 10:23:41 UTC (rev 314936)
+++ phpdoc/de/trunk/reference/apache/functions/apache-child-terminate.xml	2011-08-15 10:28:26 UTC (rev 314937)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312668 Maintainer: sammywg Status: ready -->

 <refentry xml:id="function.apache-child-terminate" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -36,6 +36,31 @@
   </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>
+        Diese Funktion wurde unter FastCGI verfügbar. Vorher wurde sie nur
+        unterstützt, wenn PHP als Apache Modul installiert war.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
  <refsect1 role="notes">
   &reftitle.notes;
   &note.no-windows;

Modified: phpdoc/de/trunk/reference/apache/functions/apache-request-headers.xml
===================================================================
--- phpdoc/de/trunk/reference/apache/functions/apache-request-headers.xml	2011-08-15 10:23:41 UTC (rev 314936)
+++ phpdoc/de/trunk/reference/apache/functions/apache-request-headers.xml	2011-08-15 10:28:26 UTC (rev 314937)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 312668 Maintainer: sammywg Status: ready -->

 <refentry xml:id="function.apache-request-headers" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -17,7 +17,6 @@
   <para>
    Liefert alle HTTP-Requestheader von der aktuellen Anfrage.
   </para>
-  &apache.req.module;
  </refsect1>

  <refsect1 role="returnvalues">
@@ -41,18 +40,16 @@
      </thead>
      <tbody>
       <row>
-       <entry>4.3.3</entry>
+       <entry>5.4.0</entry>
        <entry>
-        &note.apache.nsapi-module;
+        Diese Funktion wurde unter FastCGI verfügbar. Vorher wurde sie nur
+        unterstützt, wenn PHP als Apache Modul installiert war.
        </entry>
       </row>
       <row>
-       <entry>4.3.0</entry>
+       <entry>4.3.3</entry>
        <entry>
-        Vor PHP 4.3.0 hieß <function>apache_request_headers</function>
-        <function>getallheaders</function>. Seit PHP 4.3.0 ist
-        <function>gettallheaders</function> ein Alias für
-        <function>apache_request_headers</function>.
+        &note.apache.nsapi-module;
        </entry>
       </row>
      </tbody>

Modified: phpdoc/de/trunk/reference/apache/functions/apache-response-headers.xml
===================================================================
--- phpdoc/de/trunk/reference/apache/functions/apache-response-headers.xml	2011-08-15 10:23:41 UTC (rev 314936)
+++ phpdoc/de/trunk/reference/apache/functions/apache-response-headers.xml	2011-08-15 10:28:26 UTC (rev 314937)
@@ -26,6 +26,37 @@
   </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>
+         Diese Funktion wurde unter FastCGI verfügbar. Vorher wurde sie nur
+         unterstützt, wenn PHP als Apache Modul installiert war.
+        </entry>
+       </row>
+       <row>
+        <entry>4.3.3</entry>
+        <entry>
+         &note.apache.nsapi-module;
+        </entry>
+       </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
@@ -52,11 +83,6 @@
   </para>
  </refsect1>

- <refsect1 role="notes">
-  &reftitle.notes;
-  &note.apache.nsapi-module;
- </refsect1>
-
  <refsect1 role="seealso">
   &reftitle.seealso;
   <para>

Modified: phpdoc/de/trunk/reference/fbsql/book.xml
===================================================================
--- phpdoc/de/trunk/reference/fbsql/book.xml	2011-08-15 10:23:41 UTC (rev 314936)
+++ phpdoc/de/trunk/reference/fbsql/book.xml	2011-08-15 10:28:26 UTC (rev 314937)
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: nikic Status: ready -->
-<!-- Purpose: database.vendors -->
+<!-- EN-Revision: 313269 Maintainer: nikic Status: ready -->
 <!-- Membership: bundled, external -->

 <book xml:id="book.fbsql" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">

Modified: phpdoc/de/trunk/reference/filesystem/functions/filegroup.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/functions/filegroup.xml	2011-08-15 10:23:41 UTC (rev 314936)
+++ phpdoc/de/trunk/reference/filesystem/functions/filegroup.xml	2011-08-15 10:28:26 UTC (rev 314937)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 313913 Maintainer: hholzgra Status: ready -->
   <refentry xml:id="function.filegroup" xmlns="http://docbook.org/ns/docbook">
    <refnamediv>
     <refname>filegroup</refname>
@@ -41,7 +41,7 @@
     &reftitle.returnvalues;
     <para>
      Gibt die Gruppen ID einer Datei zurück, oder &false; wenn ein Fehler
-     auftrat. Die Gruppen ID wird im numerischen Format zurückgegeben.
+     aufgetreten ist. Die Gruppen ID wird im numerischen Format zurückgegeben.
      Mit der Funktion <function>posix_getgrgid</function> können Sie
      diese zu ihrem Gruppennamen auflösen.
     </para>

Modified: phpdoc/de/trunk/reference/hash/book.xml
===================================================================
--- phpdoc/de/trunk/reference/hash/book.xml	2011-08-15 10:23:41 UTC (rev 314936)
+++ phpdoc/de/trunk/reference/hash/book.xml	2011-08-15 10:28:26 UTC (rev 314937)
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: nikic Status: ready -->
-<!-- Purpose: mathcrypto.crypto -->
+<!-- EN-Revision: 313269 Maintainer: nikic Status: ready -->
 <!-- Membership: bundled, pecl -->
 <!-- State: experimental -->


Modified: phpdoc/de/trunk/reference/strings/functions/addslashes.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/addslashes.xml	2011-08-15 10:23:41 UTC (rev 314936)
+++ phpdoc/de/trunk/reference/strings/functions/addslashes.xml	2011-08-15 10:28:26 UTC (rev 314937)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 309634 Maintainer: sammywg Status: ready -->

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

Modified: phpdoc/de/trunk/reference/strings/functions/strcasecmp.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/strcasecmp.xml	2011-08-15 10:23:41 UTC (rev 314936)
+++ phpdoc/de/trunk/reference/strings/functions/strcasecmp.xml	2011-08-15 10:28:26 UTC (rev 314937)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 314932 Maintainer: sammywg Status: ready -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strcasecmp">
  <refnamediv>
   <refname>strcasecmp</refname>
@@ -80,12 +80,12 @@
   &reftitle.seealso;
   <para>
    <simplelist>
+    <member><function>strcmp</function></member>
     <member><function>preg_match</function></member>
-    <member><function>strcmp</function></member>
+    <member><function>substr_compare</function></member>
+    <member><function>strncasecmp</function></member>
+    <member><function>stristr</function></member>
     <member><function>substr</function></member>
-    <member><function>stristr</function></member>
-    <member><function>strncasecmp</function></member>
-    <member><function>strstr</function></member>
    </simplelist>
   </para>
  </refsect1>

Modified: phpdoc/de/trunk/reference/strings/functions/strcmp.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/strcmp.xml	2011-08-15 10:23:41 UTC (rev 314936)
+++ phpdoc/de/trunk/reference/strings/functions/strcmp.xml	2011-08-15 10:28:26 UTC (rev 314937)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 314932 Maintainer: sammywg Status: ready -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strcmp">
  <refnamediv>
   <refname>strcmp</refname>
@@ -58,13 +58,12 @@
   &reftitle.seealso;
   <para>
    <simplelist>
-    <member><function>preg_match</function></member>
     <member><function>strcasecmp</function></member>
-    <member><function>substr</function></member>
-    <member><function>stristr</function></member>
-    <member><function>strncasecmp</function></member>
+    <member><function>preg_match</function></member>
+    <member><function>substr_compare</function></member>
     <member><function>strncmp</function></member>
     <member><function>strstr</function></member>
+    <member><function>substr</function></member>
    </simplelist>
   </para>
  </refsect1>

Modified: phpdoc/de/trunk/reference/strings/functions/strncasecmp.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/strncasecmp.xml	2011-08-15 10:23:41 UTC (rev 314936)
+++ phpdoc/de/trunk/reference/strings/functions/strncasecmp.xml	2011-08-15 10:28:26 UTC (rev 314937)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 314932 Maintainer: sammywg Status: ready -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.66 -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strncasecmp">
  <refnamediv>
@@ -70,12 +70,12 @@
   &reftitle.seealso;
   <para>
    <simplelist>
+    <member><function>strncmp</function></member>
     <member><function>preg_match</function></member>
-    <member><function>strcmp</function></member>
+    <member><function>substr_compare</function></member>
     <member><function>strcasecmp</function></member>
+    <member><function>stristr</function></member>
     <member><function>substr</function></member>
-    <member><function>stristr</function></member>
-    <member><function>strstr</function></member>
    </simplelist>
   </para>
  </refsect1>

Modified: phpdoc/de/trunk/reference/strings/functions/strncmp.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/strncmp.xml	2011-08-15 10:23:41 UTC (rev 314936)
+++ phpdoc/de/trunk/reference/strings/functions/strncmp.xml	2011-08-15 10:28:26 UTC (rev 314937)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 314932 Maintainer: sammywg Status: ready -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strncmp">
  <refnamediv>
   <refname>strncmp</refname>
@@ -71,13 +71,12 @@
   &reftitle.seealso;
   <para>
    <simplelist>
+    <member><function>strncasecmp</function></member>
     <member><function>preg_match</function></member>
+    <member><function>substr_compare</function></member>
     <member><function>strcmp</function></member>
-    <member><function>strcasecmp</function></member>
-    <member><function>substr</function></member>
-    <member><function>stristr</function></member>
-    <member><function>strncasecmp</function></member>
     <member><function>strstr</function></member>
+    <member><function>substr</function></member>
    </simplelist>
   </para>
  </refsect1>

Modified: phpdoc/de/trunk/reference/tokenizer/book.xml
===================================================================
--- phpdoc/de/trunk/reference/tokenizer/book.xml	2011-08-15 10:23:41 UTC (rev 314936)
+++ phpdoc/de/trunk/reference/tokenizer/book.xml	2011-08-15 10:28:26 UTC (rev 314937)
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: nikic Status: ready -->
-<!-- Purpose: basic.other -->
+<!-- EN-Revision: 313269 Maintainer: nikic Status: ready -->
 <!-- Membership: core -->

 <book xml:id="book.tokenizer" xmlns="http://docbook.org/ns/docbook">
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.