svn: /phpdoc/de/trunk/reference/ exif/functions/exif-read-data.xml exif/ini.xml fbsql/book.xml fbsql/ini.xml filesystem/functions/copy.xml filesystem/functions/delete.xml filesystem/functions/dirname.xml filesystem/functions/fgetcsv.xml filesystem/functions/fgets.xml filesystem/functions/file-get-contents.xml filesystem/functions/file.xml filesystem/functions/fopen.xml filesystem/functions/parse-ini-file.xml filesystem/functions/readfile.xml filesystem/functions/rename.xml filesystem/functions/r

[email protected] (Christoph Michael Becker)
Newsgroups php.doc.de
Message-ID <[email protected]>
cmb                                      Sun, 30 Jun 2019 09:12:33 +0000

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

Log:
Sync with EN

Changed paths:
    U   phpdoc/de/trunk/reference/exif/functions/exif-read-data.xml
    U   phpdoc/de/trunk/reference/exif/ini.xml
    U   phpdoc/de/trunk/reference/fbsql/book.xml
    U   phpdoc/de/trunk/reference/fbsql/ini.xml
    U   phpdoc/de/trunk/reference/filesystem/functions/copy.xml
    U   phpdoc/de/trunk/reference/filesystem/functions/delete.xml
    U   phpdoc/de/trunk/reference/filesystem/functions/dirname.xml
    U   phpdoc/de/trunk/reference/filesystem/functions/fgetcsv.xml
    U   phpdoc/de/trunk/reference/filesystem/functions/fgets.xml
    U   phpdoc/de/trunk/reference/filesystem/functions/file-get-contents.xml
    U   phpdoc/de/trunk/reference/filesystem/functions/file.xml
    U   phpdoc/de/trunk/reference/filesystem/functions/fopen.xml
    U   phpdoc/de/trunk/reference/filesystem/functions/parse-ini-file.xml
    U   phpdoc/de/trunk/reference/filesystem/functions/readfile.xml
    U   phpdoc/de/trunk/reference/filesystem/functions/rename.xml
    U   phpdoc/de/trunk/reference/filesystem/functions/rmdir.xml
    U   phpdoc/de/trunk/reference/filesystem/functions/tempnam.xml
    U   phpdoc/de/trunk/reference/filesystem/functions/unlink.xml
svn-diffs-347681.txt (text/x-diff, 27.3 KB)
Modified: phpdoc/de/trunk/reference/exif/functions/exif-read-data.xml
===================================================================
--- phpdoc/de/trunk/reference/exif/functions/exif-read-data.xml	2019-06-30 08:40:14 UTC (rev 347680)
+++ phpdoc/de/trunk/reference/exif/functions/exif-read-data.xml	2019-06-30 09:12:33 UTC (rev 347681)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346020 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 347589 Maintainer: nobody Status: ready -->

 <refentry xml:id="function.exif-read-data" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -261,37 +261,6 @@
        </itemizedlist>
        </entry>
       </row>
-      <row>
-       <entry>4.3.0</entry>
-       <entry>
-        Kann alle eingebetteten <acronym>IFD</acronym>-Daten inklusive Arrays
-        (werden auch als solche zurückgegeben) lesen. Sowohl die Größe des
-        eingebetteten Miniaturbildes wird im Unterbereich von
-        <literal>THUMBNAIL</literal> zurückgegeben als auch Miniaturbilder im
-        <acronym>TIFF</acronym>-Format. Es gibt auch keine Längenbeschränkung
-        mehr für die Rückgabewerte (solange das Speicherlimit nicht erreicht
-        wird).
-       </entry>
-      </row>
-      <row>
-       <entry>4.3.0</entry>
-       <entry>
-        Wenn PHP <link linkend="ref.mbstring">mbstring</link> unterstützt, können
-        die Benutzerkommentare automatisch umkodiert werden. Benutzerkommentare
-        in <literal>Unicode</literal> oder <literal>JIS</literal> werden automatisch in den entsprechenden exif-Initwert
-        der &php.ini; umkodiert.
-       </entry>
-      </row>
-      <row>
-       <entry>4.3.0</entry>
-       <entry>
-        Wenn das Bild irgendeinen <literal>IFD0</literal>-Wert hat, enthält der Bereich <literal>COMPUTED</literal>
-        einen Eintrag <literal>ByteOrderMotorola</literal>, welcher auf 0 für <literal>little-endian</literal> (intel)
-        und 1 für <literal>big-endian</literal> (motorola) Bytefolge gesetzt ist. Bei einem
-        falschen Datentyp, enthalten <literal>COMPUTED</literal> und <literal>UserComment</literal> auch nicht mehr
-        nur den ersten Copyrighteintrag.
-       </entry>
-      </row>
      </tbody>
     </tgroup>
    </informaltable>

Modified: phpdoc/de/trunk/reference/exif/ini.xml
===================================================================
--- phpdoc/de/trunk/reference/exif/ini.xml	2019-06-30 08:40:14 UTC (rev 347680)
+++ phpdoc/de/trunk/reference/exif/ini.xml	2019-06-30 09:12:33 UTC (rev 347681)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 323642 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 347589 Maintainer: wiesemann Status: ready -->
 <section xml:id="exif.configuration" xmlns="http://docbook.org/ns/docbook">
  &reftitle.runtime;
  &extension.runtime;
@@ -27,37 +27,37 @@
      <entry><link linkend="ini.exif.encode-unicode">exif.encode_unicode</link></entry>
      <entry>"ISO-8859-15"</entry>
      <entry>PHP_INI_ALL</entry>
-     <entry>verfügbar seit PHP 4.3.0</entry>
+     <entry></entry>
     </row>
     <row>
      <entry><link linkend="ini.exif.decode-unicode-motorola">exif.decode_unicode_motorola</link></entry>
      <entry>"UCS-2BE"</entry>
      <entry>PHP_INI_ALL</entry>
-     <entry>verfügbar seit PHP 4.3.0</entry>
+     <entry></entry>
     </row>
     <row>
      <entry><link linkend="ini.exif.decode-unicode-intel">exif.decode_unicode_intel</link></entry>
      <entry>"UCS-2LE"</entry>
      <entry>PHP_INI_ALL</entry>
-     <entry>verfügbar seit PHP 4.3.0</entry>
+     <entry></entry>
     </row>
     <row>
      <entry><link linkend="ini.exif.encode-jis">exif.encode_jis</link></entry>
      <entry>""</entry>
      <entry>PHP_INI_ALL</entry>
-     <entry>verfügbar seit PHP 4.3.0</entry>
+     <entry></entry>
     </row>
     <row>
      <entry><link linkend="ini.exif.decode-jis-motorola">exif.decode_jis_motorola</link></entry>
      <entry>"JIS"</entry>
      <entry>PHP_INI_ALL</entry>
-     <entry>verfügbar seit PHP 4.3.0</entry>
+     <entry></entry>
     </row>
     <row>
      <entry><link linkend="ini.exif.decode-jis-intel">exif.decode_jis_intel</link></entry>
      <entry>"JIS"</entry>
      <entry>PHP_INI_ALL</entry>
-     <entry>verfügbar seit PHP 4.3.0</entry>
+     <entry></entry>
     </row>
     </tbody>
    </tgroup>

Modified: phpdoc/de/trunk/reference/fbsql/book.xml
===================================================================
--- phpdoc/de/trunk/reference/fbsql/book.xml	2019-06-30 08:40:14 UTC (rev 347680)
+++ phpdoc/de/trunk/reference/fbsql/book.xml	2019-06-30 09:12:33 UTC (rev 347681)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 330340 Maintainer: nikic Status: ready -->
+<!-- EN-Revision: 347555 Maintainer: nikic Status: ready -->

 <book xml:id="book.fbsql" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <?phpdoc extension-membership="bundledexternal" ?>
@@ -18,9 +18,6 @@
    Die FrontBase-Dokumentation finden Sie unter <link
    xlink:href="&url.fbsql.docs;">&url.fbsql.docs;</link>.
   </simpara>
-  <simpara>
-   Die FrontBase-Unterstützung wurde in PHP 4.0.6 eingeführt.
-  </simpara>
   <note>
    <para>
     &pecl.moved-ver;5.3.0.

Modified: phpdoc/de/trunk/reference/fbsql/ini.xml
===================================================================
--- phpdoc/de/trunk/reference/fbsql/ini.xml	2019-06-30 08:40:14 UTC (rev 347680)
+++ phpdoc/de/trunk/reference/fbsql/ini.xml	2019-06-30 09:12:33 UTC (rev 347681)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 336615 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 347555 Maintainer: nobody Status: ready -->
 <section xml:id="fbsql.configuration" xmlns="http://docbook.org/ns/docbook">
  &reftitle.runtime;
  &extension.runtime;
@@ -21,86 +21,80 @@
      <entry>fbsql.allow_persistent</entry>
      <entry>"1"</entry>
      <entry>PHP_INI_SYSTEM</entry>
-     <entry>Verfügbar ab PHP 4.2.0.</entry>
+     <entry></entry>
     </row>
     <row>
      <entry>fbsql.generate_warnings</entry>
      <entry>"0"</entry>
      <entry>PHP_INI_SYSTEM</entry>
-     <entry>Verfügbar ab PHP 4.0.6.</entry>
+     <entry></entry>
     </row>
     <row>
      <entry>fbsql.autocommit</entry>
      <entry>"1"</entry>
      <entry>PHP_INI_SYSTEM</entry>
-     <entry>Verfügbar ab PHP 4.0.6.</entry>
+     <entry></entry>
     </row>
     <row>
      <entry>fbsql.max_persistent</entry>
      <entry>"-1"</entry>
      <entry>PHP_INI_SYSTEM</entry>
-     <entry>Verfügbar ab PHP 4.0.6.</entry>
+     <entry></entry>
     </row>
     <row>
      <entry>fbsql.max_links</entry>
      <entry>"128"</entry>
      <entry>PHP_INI_SYSTEM</entry>
-     <entry>Verfügbar ab PHP 4.0.6.</entry>
+     <entry></entry>
     </row>
     <row>
      <entry>fbsql.max_connections</entry>
      <entry>"128"</entry>
      <entry>PHP_INI_SYSTEM</entry>
-     <entry>Verfügbar ab PHP 4.0.6.</entry>
+     <entry></entry>
     </row>
     <row>
      <entry>fbsql.max_results</entry>
      <entry>"128"</entry>
      <entry>PHP_INI_SYSTEM</entry>
-     <entry>Verfügbar ab PHP 4.0.6.</entry>
+     <entry></entry>
     </row>
     <row>
      <entry>fbsql.batchSize</entry>
      <entry>"1000"</entry>
      <entry>PHP_INI_SYSTEM</entry>
-     <entry>Verfügbar ab PHP 4.2.0. Entfernt in PHP 5.1.0.</entry>
+     <entry>Entfernt in PHP 5.1.0.</entry>
     </row>
     <row>
      <entry>fbsql.default_host</entry>
      <entry>NULL</entry>
      <entry>PHP_INI_SYSTEM</entry>
-     <entry>Verfügbar ab PHP 4.0.6.</entry>
+     <entry></entry>
     </row>
     <row>
      <entry>fbsql.default_user</entry>
      <entry>"_SYSTEM"</entry>
      <entry>PHP_INI_SYSTEM</entry>
-     <entry>Verfügbar ab PHP 4.0.6.</entry>
+     <entry></entry>
     </row>
     <row>
      <entry>fbsql.default_password</entry>
      <entry>""</entry>
      <entry>PHP_INI_SYSTEM</entry>
-     <entry>Verfügbar ab PHP 4.0.6.</entry>
+     <entry></entry>
     </row>
     <row>
      <entry>fbsql.default_database</entry>
      <entry>""</entry>
      <entry>PHP_INI_SYSTEM</entry>
-     <entry>Verfügbar ab PHP 4.0.6.</entry>
+     <entry></entry>
     </row>
     <row>
      <entry>fbsql.default_database_password</entry>
      <entry>""</entry>
      <entry>PHP_INI_SYSTEM</entry>
-     <entry>Verfügbar ab PHP 4.0.6.</entry>
+     <entry></entry>
     </row>
-    <row>
-     <entry>fbsql.mbatchSize</entry>
-     <entry>"1000"</entry>
-     <entry>PHP_INI_SYSTEM</entry>
-     <entry>Verfügbar ab PHP 4.0.6. Entfernt in PHP 4.2.0.</entry>
-    </row>
    </tbody>
   </tgroup>
  </table>

Modified: phpdoc/de/trunk/reference/filesystem/functions/copy.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/functions/copy.xml	2019-06-30 08:40:14 UTC (rev 347680)
+++ phpdoc/de/trunk/reference/filesystem/functions/copy.xml	2019-06-30 09:12:33 UTC (rev 347681)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 336603 Maintainer: khp Status: ready -->
+<!-- EN-Revision: 347043 Maintainer: khp Status: ready -->
 <refentry xml:id="function.copy" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>copy</refname>
@@ -98,15 +98,6 @@
         Context Unterstützung wurde hinzugefügt.
        </entry>
       </row>
-      <row>
-       <entry>4.3.0</entry>
-       <entry>
-        Sowohl <parameter>source</parameter> als auch
-        <parameter>dest</parameter> können nun URLs sein, wenn die "fopen
-        wrappers" aktiviert wurden.
-        Siehe <function>fopen</function> für weitere Einzelheiten.
-       </entry>
-      </row>
      </tbody>
     </tgroup>
    </informaltable>

Modified: phpdoc/de/trunk/reference/filesystem/functions/delete.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/functions/delete.xml	2019-06-30 08:40:14 UTC (rev 347680)
+++ phpdoc/de/trunk/reference/filesystem/functions/delete.xml	2019-06-30 09:12:33 UTC (rev 347681)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 333664 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 347334 Maintainer: hholzgra Status: ready -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.delete" role="noversion">
  <refnamediv>
   <refname>delete</refname>
@@ -10,9 +10,10 @@
  <refsect1 role="description">
   &reftitle.description;
   <para>
-   Dies ist ein "Dummy-Handbuch-Eintrag" für diejenigen, die nach
-   einer Funktion wie <function>unlink</function> oder
-   <function>unset</function> an der falschen Stelle suchen.
+   Es gibt kein delete Schlüsselwort in der PHP Sprache.
+   Um eine Datei zu löschen, kann <function>unlink</function> verwendet werden.
+   Um eine Variable im lokalen Geltungsbereich zu löschen, kann <function>unset</function>
+   verwendet werden.
   </para>
  </refsect1>


Modified: phpdoc/de/trunk/reference/filesystem/functions/dirname.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/functions/dirname.xml	2019-06-30 08:40:14 UTC (rev 347680)
+++ phpdoc/de/trunk/reference/filesystem/functions/dirname.xml	2019-06-30 09:12:33 UTC (rev 347681)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341589 Maintainer: khp Status: ready -->
+<!-- EN-Revision: 347043 Maintainer: khp Status: ready -->
 <!-- CREDITS: florianschmidt -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.dirname">
  <refnamediv>
@@ -100,12 +100,6 @@
         Der optionale Parameter <parameter>levels</parameter> wurde hinzugefügt.
        </entry>
       </row>
-      <row>
-       <entry>5.0.0</entry>
-       <entry>
-        <function>dirname</function> ist nun "binary safe".
-       </entry>
-      </row>
      </tbody>
     </tgroup>
    </informaltable>

Modified: phpdoc/de/trunk/reference/filesystem/functions/fgetcsv.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/functions/fgetcsv.xml	2019-06-30 08:40:14 UTC (rev 347680)
+++ phpdoc/de/trunk/reference/filesystem/functions/fgetcsv.xml	2019-06-30 09:12:33 UTC (rev 347681)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346346 Maintainer: simp Status: ready -->
+<!-- EN-Revision: 347043 Maintainer: simp Status: ready -->
 <!-- Credits: khp -->

 <refentry xml:id="function.fgetcsv" xmlns="http://docbook.org/ns/docbook">
@@ -174,12 +174,6 @@
         -->
        </entry>
       </row>
-      <row>
-       <entry>4.3.5</entry>
-       <entry>
-        <function>fgetcsv</function> ist nun "binary safe"
-       </entry>
-      </row>
      </tbody>
     </tgroup>
    </informaltable>

Modified: phpdoc/de/trunk/reference/filesystem/functions/fgets.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/functions/fgets.xml	2019-06-30 08:40:14 UTC (rev 347680)
+++ phpdoc/de/trunk/reference/filesystem/functions/fgets.xml	2019-06-30 09:12:33 UTC (rev 347681)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 334605 Maintainer: khp Status: ready -->
+<!-- EN-Revision: 347555 Maintainer: khp Status: ready -->
 <refentry xml:id="function.fgets" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>fgets</refname>
@@ -41,13 +41,6 @@
        übergeben wird aus dem Stream gelesen, bis das Zeilenende erreicht
        wird.
       </para>
-      <note>
-       <para>
-        Bis PHP 4.3.0, ergab ein Auslassen des Parameters eine Zeilenlänge von
-        1024. Wenn die Mehrzahl der Zeilen in der Datei größer als 8KB sind,
-        ist es für ihr Skript effizienter die maximale Zeilenlänge anzugeben.
-       </para>
-      </note>
      </listitem>
     </varlistentry>
    </variablelist>
@@ -67,30 +60,6 @@
   </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>4.3.0</entry>
-       <entry>
-        <function>fgets</function> ist nun "binary safe"
-       </entry>
-      </row>
-     </tbody>
-    </tgroup>
-   </informaltable>
-  </para>
- </refsect1>
-
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Modified: phpdoc/de/trunk/reference/filesystem/functions/file-get-contents.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/functions/file-get-contents.xml	2019-06-30 08:40:14 UTC (rev 347680)
+++ phpdoc/de/trunk/reference/filesystem/functions/file-get-contents.xml	2019-06-30 09:12:33 UTC (rev 347681)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 344590 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 347555 Maintainer: wiesemann Status: ready -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.file-get-contents" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>file_get_contents</refname>
@@ -55,8 +55,8 @@
      <listitem>
       <note>
        <para>
-        Seit PHP 5 kann die Konstante
-        <constant>FILE_USE_INCLUDE_PATH</constant> genutzt werden, um eine
+        Die Konstante
+        <constant>FILE_USE_INCLUDE_PATH</constant> kann genutzt werden, um eine
         Suche im <link linkend="ini.include-path">include path</link>
         auszulösen.
         Dies ist nicht möglich, wenn <link
@@ -146,9 +146,9 @@
     <programlisting role="php">
 <![CDATA[
 <?php
-// <= PHP 5
+// Wenn strikte Typisierung aktiviert wurde, d.h. declare(strict_types=1);
 $file = file_get_contents('./leute.txt', true);
-// > PHP 5
+// Andernfalls
 $file = file_get_contents('./leute.txt', FILE_USE_INCLUDE_PATH);
 ?>
 ]]>

Modified: phpdoc/de/trunk/reference/filesystem/functions/file.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/functions/file.xml	2019-06-30 08:40:14 UTC (rev 347680)
+++ phpdoc/de/trunk/reference/filesystem/functions/file.xml	2019-06-30 09:12:33 UTC (rev 347681)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 345062 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 347043 Maintainer: wiesemann Status: ready -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.file">
  <refnamediv>
   <refname>file</refname>
@@ -122,30 +122,6 @@
   </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>4.3.0</entry>
-       <entry>
-        <function>file</function> wurde binär-sicher.
-       </entry>
-      </row>
-     </tbody>
-    </tgroup>
-   </informaltable>
-  </para>
- </refsect1>
-
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Modified: phpdoc/de/trunk/reference/filesystem/functions/fopen.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/functions/fopen.xml	2019-06-30 08:40:14 UTC (rev 347680)
+++ phpdoc/de/trunk/reference/filesystem/functions/fopen.xml	2019-06-30 09:12:33 UTC (rev 347681)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: khp Status: ready -->
+<!-- EN-Revision: 347660 Maintainer: khp Status: ready -->
 <refentry xml:id="function.fopen" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>fopen</refname>
@@ -287,18 +287,13 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Gibt bei Erfolg eine Dateizeiger Ressource zurück oder &false; bei Fehlern.
+   Gibt bei Erfolg eine Dateizeiger Ressource zurück. &return.falseforfailure;
   </para>
  </refsect1>

  <refsect1 role="errors">
   &reftitle.errors;
-  <para>
-   Wenn das Öffnen fehlschlägt, wird ein Fehler der Stufe
-   <constant>E_WARNING</constant> erzeugt. Sie können <link
-   linkend="language.operators.errorcontrol">@</link> verwenden, um diese Warnung zu
-   unterdrücken.
-  </para>
+  &fs.emits.warning.on.failure;
  </refsect1>

  <refsect1 role="changelog">
@@ -326,13 +321,6 @@
         hinzugefügt
        </entry>
       </row>
-      <row>
-       <entry>4.3.2</entry>
-       <entry>
-        Die <literal>'x'</literal> und <literal>'x+'</literal> Optionen wurden
-        hinzugefügt.
-       </entry>
-      </row>
      </tbody>
     </tgroup>
    </informaltable>

Modified: phpdoc/de/trunk/reference/filesystem/functions/parse-ini-file.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/functions/parse-ini-file.xml	2019-06-30 08:40:14 UTC (rev 347680)
+++ phpdoc/de/trunk/reference/filesystem/functions/parse-ini-file.xml	2019-06-30 09:12:33 UTC (rev 347681)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: simp Status: ready -->
+<!-- EN-Revision: 347578 Maintainer: simp Status: ready -->

 <refentry xml:id="function.parse-ini-file" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -127,20 +127,6 @@
         0x beginnen, als Hexadezimalzahlen verstanden werden.
        </entry>
       </row>
-      <row>
-       <entry>5.0.0</entry>
-       <entry>
-        In doppelten Anführungszeichen eingeschlossene Werte können nun Zeilenumbrüche
-        enthalten.
-       </entry>
-      </row>
-      <row>
-       <entry>4.2.1</entry>
-       <entry>
-        Die Funktion wird nun durch die Einstellungen &safemode;
-        und <link linkend="ini.open-basedir">open_basedir</link> beeinflusst.
-       </entry>
-      </row>
      </tbody>
     </tgroup>
    </informaltable>

Modified: phpdoc/de/trunk/reference/filesystem/functions/readfile.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/functions/readfile.xml	2019-06-30 08:40:14 UTC (rev 347680)
+++ phpdoc/de/trunk/reference/filesystem/functions/readfile.xml	2019-06-30 09:12:33 UTC (rev 347681)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: cmb Status: ready -->
+<!-- EN-Revision: 347576 Maintainer: cmb Status: ready -->

 <refentry xml:id="function.readfile" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -59,13 +59,16 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Gibt die Anzahl der gelesenen Bytes einer Datei zurück. Wenn ein Fehler
-   auftritt wird &false; zurückgegeben und, außer wenn die Funktion als
-   @<function>readfile</function> aufgerufen wurde, wird eine Fehlermeldung
-   ausgegeben.
+   Gibt bei Erfolg die Anzahl der gelesenen Bytes einer Datei zurück.
+   &return.falseforfailure;
   </para>
  </refsect1>

+ <refsect1 role="errors">
+  &reftitle.errors;
+  &fs.emits.warning.on.failure;
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Modified: phpdoc/de/trunk/reference/filesystem/functions/rename.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/functions/rename.xml	2019-06-30 08:40:14 UTC (rev 347680)
+++ phpdoc/de/trunk/reference/filesystem/functions/rename.xml	2019-06-30 09:12:33 UTC (rev 347681)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 342252 Maintainer: cmb Status: ready -->
+<!-- EN-Revision: 347043 Maintainer: cmb Status: ready -->

 <refentry xml:id="function.rename" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -87,27 +87,6 @@
         <function>rename</function> kann nun unter Windows Dateien dateisystemübergreifend umbenennen.
        </entry>
       </row>
-      <row>
-       <entry>5.0.0</entry>
-       <entry>
-        <function>rename</function> kann nun mit
-        <emphasis>manchen</emphasis> URL-Wrappern benutzt werden. Siehe
-        <xref linkend="wrappers" /> für eine Liste von Wrappern die
-        <function>rename</function> unterstützen.
-       </entry>
-      </row>
-      <row>
-       <entry>4.3.3</entry>
-       <entry>
-        <function>rename</function> ist nun möglicherweise auf *nix basierten
-        Systemen in der Lage Dateien partitionsübergreifend umzubenennen,
-        vorausgesetzt, dass entsprechende Berechtigungen vorliegen. Warnungen
-        können erzeugt werden, wenn das Ziel-Dateisystem
-        <literal>chown()</literal> oder <literal>chmod()</literal> Systemaufrufe
-        für die Dateien nicht erlaubt - zum Beispiel, wenn das Ziel-Dateisystem
-        ein FAT-Dateisystem ist.
-       </entry>
-      </row>
      </tbody>
     </tgroup>
    </informaltable>

Modified: phpdoc/de/trunk/reference/filesystem/functions/rmdir.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/functions/rmdir.xml	2019-06-30 08:40:14 UTC (rev 347680)
+++ phpdoc/de/trunk/reference/filesystem/functions/rmdir.xml	2019-06-30 09:12:33 UTC (rev 347681)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297722 Maintainer: nikic Status: ready -->
+<!-- EN-Revision: 347043 Maintainer: nikic Status: ready -->
 <refentry xml:id="function.rmdir" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>rmdir</refname>
@@ -50,32 +50,6 @@
   </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.0.0</entry>
-       <entry>
-        Ab PHP 5.0.0 kann <function>rmdir</function> auch mit
-        <emphasis>einigen</emphasis> URL Wrappern genutzt werden. Eine Liste von
-        untersützten Wrappern kann unter <xref linkend="wrappers"/> eingesehen werden.
-       </entry>
-      </row>
-     </tbody>
-    </tgroup>
-   </informaltable>
-  </para>
- </refsect1>
-
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Modified: phpdoc/de/trunk/reference/filesystem/functions/tempnam.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/functions/tempnam.xml	2019-06-30 08:40:14 UTC (rev 347680)
+++ phpdoc/de/trunk/reference/filesystem/functions/tempnam.xml	2019-06-30 09:12:33 UTC (rev 347681)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 336950 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 347043 Maintainer: wiesemann Status: ready -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.tempnam">
  <refnamediv>
   <refname>tempnam</refname>
@@ -59,36 +59,6 @@
   </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>4.0.3</entry>
-       <entry>
-        Das Verhalten dieser Funktion hat sich in Version 4.0.3 geändert.
-        Die temporäre Datei wird auch erstellt, um eine "race condition" zu
-        vermeiden, falls die Datei zwischen dem Zeitpunkt, an dem der String
-        erzeugt wurde, und dem Zeitpunkt, an dem das Skript die Datei erzeugt,
-        im Dateisystem auftaucht. Beachten Sie, dass Sie die Datei löschen
-        müssen, wenn Sie sie nicht mehr benötigen; dies geschieht nicht
-        automatisch.
-       </entry>
-      </row>
-     </tbody>
-    </tgroup>
-   </informaltable>
-  </para>
- </refsect1>
-
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Modified: phpdoc/de/trunk/reference/filesystem/functions/unlink.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/functions/unlink.xml	2019-06-30 08:40:14 UTC (rev 347680)
+++ phpdoc/de/trunk/reference/filesystem/functions/unlink.xml	2019-06-30 09:12:33 UTC (rev 347681)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 336939 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 347043 Maintainer: wiesemann Status: ready -->
 <refentry xml:id="function.unlink" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>unlink</refname>
@@ -50,33 +50,6 @@
   </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.0.0</entry>
-       <entry>
-        Seit PHP 5.0.0 kann <function>unlink</function> auch mit
-        <emphasis>einigen</emphasis> URL-Wrappern genutzt werden.
-        In der <xref linkend="wrappers"/> finden Sie eine Liste aller
-        Wrapper, die <function>unlink</function> unterstützen.
-       </entry>
-      </row>
-     </tbody>
-    </tgroup>
-   </informaltable>
-  </para>
- </refsect1>
-
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
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.