svn: /phpdoc/de/trunk/language/predefined/ arrayaccess/offsetexists.xml exception/gettraceasstring.xml iterator/valid.xml variables/argc.xml variables/argv.xml variables/files.xml variables/httprawpostdata.xml variables/phperrormsg.xml variables/server.xml

[email protected] (Christoph Michael Becker)
Newsgroups php.doc.de
Message-ID <[email protected]>
cmb                                      Sat, 27 Jan 2018 19:09:13 +0000

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

Log:
Sync with EN

Changed paths:
    U   phpdoc/de/trunk/language/predefined/arrayaccess/offsetexists.xml
    U   phpdoc/de/trunk/language/predefined/exception/gettraceasstring.xml
    U   phpdoc/de/trunk/language/predefined/iterator/valid.xml
    U   phpdoc/de/trunk/language/predefined/variables/argc.xml
    U   phpdoc/de/trunk/language/predefined/variables/argv.xml
    U   phpdoc/de/trunk/language/predefined/variables/files.xml
    U   phpdoc/de/trunk/language/predefined/variables/httprawpostdata.xml
    U   phpdoc/de/trunk/language/predefined/variables/phperrormsg.xml
    U   phpdoc/de/trunk/language/predefined/variables/server.xml
svn-diffs-343989.txt (text/x-diff, 10.2 KB)
Modified: phpdoc/de/trunk/language/predefined/arrayaccess/offsetexists.xml
===================================================================
--- phpdoc/de/trunk/language/predefined/arrayaccess/offsetexists.xml	2018-01-27 18:47:04 UTC (rev 343988)
+++ phpdoc/de/trunk/language/predefined/arrayaccess/offsetexists.xml	2018-01-27 19:09:13 UTC (rev 343989)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 335590 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 343889 Maintainer: sammywg Status: ready -->

 <refentry xml:id="arrayaccess.offsetexists" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>abstract</modifier> <modifier>public</modifier> <type>boolean</type><methodname>ArrayAccess::offsetExists</methodname>
+   <modifier>abstract</modifier> <modifier>public</modifier> <type>bool</type><methodname>ArrayAccess::offsetExists</methodname>
    <methodparam><type>mixed</type><parameter>offset</parameter></methodparam>
   </methodsynopsis>
   <para>

Modified: phpdoc/de/trunk/language/predefined/exception/gettraceasstring.xml
===================================================================
--- phpdoc/de/trunk/language/predefined/exception/gettraceasstring.xml	2018-01-27 18:47:04 UTC (rev 343988)
+++ phpdoc/de/trunk/language/predefined/exception/gettraceasstring.xml	2018-01-27 19:09:13 UTC (rev 343989)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 337353 Maintainer: sammywg Status: ready -->

 <refentry xml:id="exception.gettraceasstring" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -61,6 +61,15 @@
    </example>
   </para>
  </refsect1>
+
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><methodname>Throwable::getTraceAsString</methodname></member>
+   </simplelist>
+  </para>
+ </refsect1>
 </refentry>



Modified: phpdoc/de/trunk/language/predefined/iterator/valid.xml
===================================================================
--- phpdoc/de/trunk/language/predefined/iterator/valid.xml	2018-01-27 18:47:04 UTC (rev 343988)
+++ phpdoc/de/trunk/language/predefined/iterator/valid.xml	2018-01-27 19:09:13 UTC (rev 343989)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 343889 Maintainer: sammywg Status: ready -->

 <refentry xml:id="iterator.valid" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <modifier>abstract</modifier> <modifier>public</modifier> <type>boolean</type><methodname>Iterator::valid</methodname>
+   <modifier>abstract</modifier> <modifier>public</modifier> <type>bool</type><methodname>Iterator::valid</methodname>
    <void />
   </methodsynopsis>
   <para>

Modified: phpdoc/de/trunk/language/predefined/variables/argc.xml
===================================================================
--- phpdoc/de/trunk/language/predefined/variables/argc.xml	2018-01-27 18:47:04 UTC (rev 343988)
+++ phpdoc/de/trunk/language/predefined/variables/argc.xml	2018-01-27 19:09:13 UTC (rev 343989)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 312956 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 343409 Maintainer: sammywg Status: ready -->

 <phpdoc:varentry xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="reserved.variables.argc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -54,6 +54,26 @@
   </para>
  </refsect1>

+
+ <refsect1 role="notes">
+  &reftitle.notes;
+  <note>
+   <para>
+    Dies ist ebenfall als <varname>$_SERVER['argc']</varname> verfügbar.
+   </para>
+  </note>
+ </refsect1>
+
+<refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>getopt</function></member>
+    <member><link linkend="reserved.variables.argv"><varname>$argv</varname></link></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
 </phpdoc:varentry>



Modified: phpdoc/de/trunk/language/predefined/variables/argv.xml
===================================================================
--- phpdoc/de/trunk/language/predefined/variables/argv.xml	2018-01-27 18:47:04 UTC (rev 343988)
+++ phpdoc/de/trunk/language/predefined/variables/argv.xml	2018-01-27 19:09:13 UTC (rev 343989)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 312956 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 343409 Maintainer: sammywg Status: ready -->

 <phpdoc:varentry xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="reserved.variables.argv" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -63,11 +63,21 @@
   </para>
  </refsect1>

+ <refsect1 role="notes">
+  &reftitle.notes;
+  <note>
+   <para>
+    Dies ist ebenfalls als <varname>$_SERVER['argv']</varname> verfügbar.
+   </para>
+  </note>
+ </refsect1>
+
  <refsect1 role="seealso">
   &reftitle.seealso;
   <para>
    <simplelist>
     <member><function>getopt</function></member>
+    <member><link linkend="reserved.variables.argc"><varname>$argc</varname></link></member>
    </simplelist>
   </para>
  </refsect1>

Modified: phpdoc/de/trunk/language/predefined/variables/files.xml
===================================================================
--- phpdoc/de/trunk/language/predefined/variables/files.xml	2018-01-27 18:47:04 UTC (rev 343988)
+++ phpdoc/de/trunk/language/predefined/variables/files.xml	2018-01-27 19:09:13 UTC (rev 343989)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 312956 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 339495 Maintainer: sammywg Status: ready -->

 <phpdoc:varentry xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="reserved.variables.files" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -14,6 +14,9 @@
   <para>
    Ein assoziatives <type>Array</type> von Elementen, die vom aktuellen Skript
    via HTTP POST-Methode hochgeladen werden.
+   Die Struktur dieses Arrays wird im Abschnitt
+   <link linkend="features.file-upload.post-method">Dateiuploads mit POST</link>
+   beschrieben.
   </para>

   <simpara>

Modified: phpdoc/de/trunk/language/predefined/variables/httprawpostdata.xml
===================================================================
--- phpdoc/de/trunk/language/predefined/variables/httprawpostdata.xml	2018-01-27 18:47:04 UTC (rev 343988)
+++ phpdoc/de/trunk/language/predefined/variables/httprawpostdata.xml	2018-01-27 19:09:13 UTC (rev 343989)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 334634 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 337350 Maintainer: sammywg Status: ready -->

 <phpdoc:varentry xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="reserved.variables.httprawpostdata" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -10,7 +10,7 @@

  <refsect1 role="description">
   &reftitle.description;
-  &warn.deprecated.feature-5-6-0;
+  &warn.deprecated.feature-5-6-0.removed-7-0-0;
   <para>
    <varname>$HTTP_RAW_POST_DATA</varname> enthält die originalen (raw)
    POST-Daten. Lesen Sie auch <link

Modified: phpdoc/de/trunk/language/predefined/variables/phperrormsg.xml
===================================================================
--- phpdoc/de/trunk/language/predefined/variables/phperrormsg.xml	2018-01-27 18:47:04 UTC (rev 343988)
+++ phpdoc/de/trunk/language/predefined/variables/phperrormsg.xml	2018-01-27 19:09:13 UTC (rev 343989)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 330751 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 342126 Maintainer: sammywg Status: ready -->

 <phpdoc:varentry xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="reserved.variables.phperrormsg" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -8,6 +8,10 @@
   <refpurpose>Die vorangegangene Fehlermeldung</refpurpose>
  </refnamediv>

+ <refsynopsisdiv>
+  &warn.deprecated.feature-7-2-0;
+ </refsynopsisdiv>
+
  <refsect1 role="description">
   &reftitle.description;
   <para>

Modified: phpdoc/de/trunk/language/predefined/variables/server.xml
===================================================================
--- phpdoc/de/trunk/language/predefined/variables/server.xml	2018-01-27 18:47:04 UTC (rev 343988)
+++ phpdoc/de/trunk/language/predefined/variables/server.xml	2018-01-27 19:09:13 UTC (rev 343989)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 336898 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 339426 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">
  <refnamediv>
@@ -112,6 +112,15 @@
        Wenn das Skript auf einem Virtuellen Host läuft, wird dieser Wert vom
        Virtuellen Host bestimmt.
       </simpara>
+      <note>
+       <simpara>
+        Unter Apache 2 muss <literal>UseCanonicalName = On</literal> und
+        <literal>ServerName</literal> gesetzt werden. Ansonsten reflektiert
+        dieser Wert den Hostnamen, der vom Client gesendet wurde, und der
+        vorgetäuscht werden kann. Es ist nicht sicher, sich in
+        sicherheitsrelevanten Kontexten auf diesen Wert zu verlassen.
+       </simpara>
+      </note>
      </listitem>
     </varlistentry>

@@ -511,7 +520,7 @@
      <term>'<varname>AUTH_TYPE</varname>'</term>
      <listitem>
       <simpara>
-       Wenn HTTP authentication verwendet wird, wird diese Variable mit dem
+       Wenn HTTP-Authentication verwendet wird, wird diese Variable mit dem
        verwendeten HTTP-Authentifizierungsmechanismus gefüllt.
       </simpara>
      </listitem>
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.