svn: /phpdoc/de/trunk/ faq/using.xml reference/array/functions/array-unique.xml reference/filesystem/constants.xml reference/filesystem/functions/file-get-contents.xml reference/filesystem/functions/file.xml

[email protected] (Mark Wiesemann)
Newsgroups php.doc.de
Message-ID <[email protected]>
wiesemann                                Wed, 07 Apr 2010 20:33:10 +0000

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

Log:
sync to EN

Changed paths:
    U   phpdoc/de/trunk/faq/using.xml
    U   phpdoc/de/trunk/reference/array/functions/array-unique.xml
    U   phpdoc/de/trunk/reference/filesystem/constants.xml
    U   phpdoc/de/trunk/reference/filesystem/functions/file-get-contents.xml
    U   phpdoc/de/trunk/reference/filesystem/functions/file.xml

Modified: phpdoc/de/trunk/faq/using.xml
===================================================================
--- phpdoc/de/trunk/faq/using.xml	2010-04-07 20:30:24 UTC (rev 297639)
+++ phpdoc/de/trunk/faq/using.xml	2010-04-07 20:33:10 UTC (rev 297640)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 297557 Maintainer: wiesemann Status: ready -->
 <chapter xml:id="faq.using" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
   <title>PHP benutzen</title>
   <titleabbrev>PHP benutzen</titleabbrev>
@@ -167,11 +167,13 @@
 ]]>
      </programlisting>
     </para>
+    <!-- FIXME PHP_6 register_globals removal alert -->
     <para>
      Der obige Code zeigt, dass register_globals eine große Zahl von Variablen
      erzeugt. Diese Art der Programmierung wird seit vielen Jahren nicht mehr
-     empfohlen und wurde deswegen standardmäßig deaktiviert. In PHP 6 ist
-     dieses Feature nicht mehr enthalten. Obwohl auf den meisten Servern
+     empfohlen und wurde deswegen standardmäßig deaktiviert. In kommenden
+     PHP-Versionen wird dieses Feature eventuell nicht mehr enthalten sein.
+     Obwohl auf den meisten Servern
      register_globals deaktiviert ist, existieren immer noch alte Artikel,
      Tutorials und Bücher, die davon ausgehen, dass dieses Feature aktiviert
      ist.

Modified: phpdoc/de/trunk/reference/array/functions/array-unique.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/array-unique.xml	2010-04-07 20:30:24 UTC (rev 297639)
+++ phpdoc/de/trunk/reference/array/functions/array-unique.xml	2010-04-07 20:33:10 UTC (rev 297640)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 297557 Maintainer: wiesemann Status: ready -->
 <!-- CREDITS: tom -->
 <refentry xml:id="function.array-unique" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -77,10 +77,13 @@
         <listitem>
          <simpara><constant>SORT_LOCALE_STRING</constant> - vergleicht
           die Einträge als Strings, basierend auf der aktuellen Locale.
-          Wurde in PHP 4.4.0 und 5.0.2 hinzugefügt. Vor PHP 6 benutzt
-          es die System-Locale, die mittels
+          Wurde in PHP 4.4.0 und 5.0.2 hinzugefügt.
+          <!--
+          FIXME: PHP_6
+          Vor PHP 6 benutzt es die System-Locale, die mittels
           <function>setlocale</function> geändert werden kann. Seit
           PHP 6 müssen Sie die
+          -->
           <function>i18n_loc_set_default</function>-Funktion benutzen.
          </simpara>
         </listitem>

Modified: phpdoc/de/trunk/reference/filesystem/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/constants.xml	2010-04-07 20:30:24 UTC (rev 297639)
+++ phpdoc/de/trunk/reference/filesystem/constants.xml	2010-04-07 20:33:10 UTC (rev 297640)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297078 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 297557 Maintainer: wiesemann Status: ready -->
 <appendix xml:id="filesystem.constants" xmlns="http://docbook.org/ns/docbook">
  &reftitle.constants;
  &extension.constants;
@@ -192,7 +192,8 @@
      Binärmodus (seit PHP 5.2.7).
      <note>
       <para>
-       Diese Konstante hat vor PHP 6 keine Auswirkung. Sie existiert nur zur
+       <!-- FIXME PHP_6 -->
+       Diese Konstante hat keine Auswirkung. Sie existiert nur zur
        <literal>Vorwärtskompatibilität</literal>.
       </para>
      </note>
@@ -210,7 +211,8 @@
      Binärmodus (seit PHP 5.2.7).
      <note>
       <para>
-       Diese Konstante hat vor PHP 6 keine Auswirkung. Sie existiert nur zur
+       <!-- FIXME PHP_6 -->
+       Diese Konstante hat keine Auswirkung. Sie existiert nur zur
        <literal>Vorwärtskompatibilität</literal>.
       </para>
      </note>

Modified: phpdoc/de/trunk/reference/filesystem/functions/file-get-contents.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/functions/file-get-contents.xml	2010-04-07 20:30:24 UTC (rev 297639)
+++ phpdoc/de/trunk/reference/filesystem/functions/file-get-contents.xml	2010-04-07 20:33:10 UTC (rev 297640)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 297557 Maintainer: wiesemann Status: ready -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.file-get-contents">
  <refnamediv>
   <refname>file_get_contents</refname>
@@ -60,17 +60,17 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>flags</parameter></term>
+     <term><parameter>use_include_path</parameter></term>
      <listitem>
       <note>
        <para>
-        Vor PHP 6 hieß dieser Parameter <parameter>use_include_path</parameter>;
-        er war vom Typ <type>bool</type>. Seit PHP 5 kann
+        Seit PHP 5 kann
         <constant>FILE_USE_INCLUDE_PATH</constant> genutzt werden, um eine
         Suche im <link linkend="ini.include-path">include path</link>
         auszulösen.
        </para>
       </note>
+      <!-- FIXME PHP_6
       <para>
        Der Wert von <parameter>flags</parameter> kann - mit gewissen
        Einschränkungn - eine beliebige Kombination der folgenden Flags sein,
@@ -125,6 +125,7 @@
         </tgroup>
        </table>
       </para>
+      -->
      </listitem>
     </varlistentry>
     <varlistentry>
@@ -250,6 +251,7 @@
       </row>
      </thead>
      <tbody>
+      <!-- FIXME PHP_6
       <row>
        <entry>6.0.0</entry>
        <entry>
@@ -257,6 +259,7 @@
         <parameter>flags</parameter>-Parameter ersetzt.
        </entry>
       </row>
+      -->
       <row>
        <entry>5.1.0</entry>
        <entry>

Modified: phpdoc/de/trunk/reference/filesystem/functions/file.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/functions/file.xml	2010-04-07 20:30:24 UTC (rev 297639)
+++ phpdoc/de/trunk/reference/filesystem/functions/file.xml	2010-04-07 20:33:10 UTC (rev 297640)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 297626 Maintainer: wiesemann Status: ready -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.file">
  <refnamediv>
   <refname>file</refname>
@@ -77,6 +77,7 @@
           </simpara>
          </listitem>
         </varlistentry>
+        <!-- FIXME PHP_6
         <varlistentry>
          <term>
           <constant>FILE_TEXT</constant>
@@ -102,6 +103,7 @@
           </simpara>
          </listitem>
         </varlistentry>
+        -->
        </variablelist>
       </para>
      </listitem>
@@ -153,6 +155,7 @@
       </row>
      </thead>
      <tbody>
+      <!-- FIXME PHP_6
       <row>
        <entry>6.0.0</entry>
        <entry>
@@ -166,6 +169,7 @@
         </note>
        </entry>
       </row>
+      -->
       <row>
        <entry>5.0.0</entry>
        <entry>
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.