svn: /phpdoc/de/trunk/reference/ filter/constants.xml mcrypt/configure.xml pcre/functions/preg-split.xml recode/configure.xml reflection/book.xml simplexml/functions/simplexml-load-file.xml simplexml/functions/simplexml-load-string.xml simplexml/simplexmlelement/attributes.xml simplexml/simplexmlelement/construct.xml uodbc/functions/odbc-exec.xml

[email protected] (Christoph Michael Becker)
Newsgroups php.doc.de
Message-ID <[email protected]>
cmb                                      Sun, 17 May 2020 10:32:56 +0000

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

Log:
Sync with EN

Changed paths:
    U   phpdoc/de/trunk/reference/filter/constants.xml
    U   phpdoc/de/trunk/reference/mcrypt/configure.xml
    U   phpdoc/de/trunk/reference/pcre/functions/preg-split.xml
    U   phpdoc/de/trunk/reference/recode/configure.xml
    U   phpdoc/de/trunk/reference/reflection/book.xml
    U   phpdoc/de/trunk/reference/simplexml/functions/simplexml-load-file.xml
    U   phpdoc/de/trunk/reference/simplexml/functions/simplexml-load-string.xml
    U   phpdoc/de/trunk/reference/simplexml/simplexmlelement/attributes.xml
    U   phpdoc/de/trunk/reference/simplexml/simplexmlelement/construct.xml
    U   phpdoc/de/trunk/reference/uodbc/functions/odbc-exec.xml
svn-diffs-349898.txt (text/x-diff, 16.3 KB)
Modified: phpdoc/de/trunk/reference/filter/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/filter/constants.xml	2020-05-16 18:19:09 UTC (rev 349897)
+++ phpdoc/de/trunk/reference/filter/constants.xml	2020-05-17 10:32:56 UTC (rev 349898)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341093 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 349855 Maintainer: wiesemann Status: ready -->
 <appendix xml:id="filter.constants" xmlns="http://docbook.org/ns/docbook">
  &reftitle.constants;
  &extension.constants;
@@ -194,6 +194,18 @@
     </simpara>
    </listitem>
   </varlistentry>
+  <varlistentry xml:id="constant.filter-validate-domain">
+   <term>
+    <constant>FILTER_VALIDATE_DOMAIN</constant>
+     (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     ID des "validate_domain"-Filters.
+     (Verfügbar von PHP 7.0.0 an)
+    </simpara>
+   </listitem>
+  </varlistentry>
   <varlistentry xml:id="constant.filter-validate-email">
    <term>
     <constant>FILTER_VALIDATE_EMAIL</constant>
@@ -347,9 +359,22 @@
    <listitem>
     <simpara>
      ID des "magic_quotes"-Filters.
+     (Missbilligt seit PHP 7.3.0; statt dessen ist FILTER_SANITIZE_ADD_SLASHES zu verwenden.)
     </simpara>
    </listitem>
   </varlistentry>
+  <varlistentry xml:id="constant.filter-sanitize-add-slashes">
+   <term>
+    <constant>FILTER_SANITIZE_ADD_SLASHES</constant>
+     (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     ID des "add_slashes"-Filters.
+     (Verfügbar von PHP 7.3.0 an)
+    </simpara>
+   </listitem>
+  </varlistentry>
   <varlistentry xml:id="constant.filter-callback">
    <term>
     <constant>FILTER_CALLBACK</constant>
@@ -405,6 +430,18 @@
     </simpara>
    </listitem>
   </varlistentry>
+  <varlistentry xml:id="constant.filter-flag-strip-backtick">
+   <term>
+    <constant>FILTER_FLAG_STRIP_BACKTICK</constant>
+     (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Entfernt Backtick-Zeichen.
+     (Verfügbar von PHP 5.3.2 an)
+    </simpara>
+   </listitem>
+  </varlistentry>
   <varlistentry xml:id="constant.filter-flag-encode-low">
    <term>
     <constant>FILTER_FLAG_ENCODE_LOW</constant>
@@ -516,6 +553,43 @@
     </simpara>
    </listitem>
   </varlistentry>
+  <varlistentry xml:id="constant.filter-flag-scheme-required">
+   <term>
+    <constant>FILTER_FLAG_SCHEME_REQUIRED</constant>
+     (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Erfordert das Schema im "validate_url"-Filter.
+     (Missbilligt seit PHP 7.3, da ohnehin im Filter impliziert.)
+    </simpara>
+   </listitem>
+  </varlistentry>
+  <varlistentry xml:id="constant.filter-flag-host-required">
+   <term>
+    <constant>FILTER_FLAG_HOST_REQUIRED</constant>
+     (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Erfordert den Host im "validate_url"-Filter.
+     (Missbilligt seit PHP 7.3, da ohnehin im Filter impliziert.)
+    </simpara>
+   </listitem>
+  </varlistentry>
+  <varlistentry xml:id="constant.filter-flag-hostname">
+   <term>
+    <constant>FILTER_FLAG_HOSTNAME</constant>
+     (<type>integer</type>)
+   </term>
+   <listitem>
+    <simpara>
+     Erfordert, dass Hostnamen mit einem alfanumerischen Zeichen beginnen und nur
+     alfanumerische Zeichen und Bindestriche enthalten.
+     (Verfügbar von PHP 7.0.0 an)
+    </simpara>
+   </listitem>
+  </varlistentry>
   <varlistentry xml:id="constant.filter-flag-ipv4">
    <term>
     <constant>FILTER_FLAG_IPV4</constant>

Modified: phpdoc/de/trunk/reference/mcrypt/configure.xml
===================================================================
--- phpdoc/de/trunk/reference/mcrypt/configure.xml	2020-05-16 18:19:09 UTC (rev 349897)
+++ phpdoc/de/trunk/reference/mcrypt/configure.xml	2020-05-17 10:32:56 UTC (rev 349898)
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343532 Maintainer: tihox Status: ready -->
+<!-- EN-Revision: 349868 Maintainer: tihox Status: ready -->
 <!-- Reviewed: no -->

 <section xml:id="mcrypt.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  &reftitle.install;
  <para>
-  &pecl.moved;
+  &pecl.moved-ver;7.2.0
  </para>
  <para>
   &pecl.info;

Modified: phpdoc/de/trunk/reference/pcre/functions/preg-split.xml
===================================================================
--- phpdoc/de/trunk/reference/pcre/functions/preg-split.xml	2020-05-16 18:19:09 UTC (rev 349897)
+++ phpdoc/de/trunk/reference/pcre/functions/preg-split.xml	2020-05-17 10:32:56 UTC (rev 349898)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 344928 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 349857 Maintainer: samesch Status: ready -->

 <refentry xml:id="function.preg-split" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -49,9 +49,7 @@
        Falls angegeben, werden maximal <parameter>limit</parameter>
        Teilzeichenketten zurückgegeben, wobei der Rest der Zeichenkette in der
        letzten Teilzeichenkette abgelegt wird. Ein
-       <parameter>limit</parameter> von -1 oder 0 bedeutet "kein Limit"
-       und wie es in PHP Standard ist, kann &null; verwendet werden um den
-       Parameter <parameter>flags</parameter> zu überspringen.
+       <parameter>limit</parameter> von -1 oder 0 bedeutet "kein Limit".
       </para>
      </listitem>
     </varlistentry>

Modified: phpdoc/de/trunk/reference/recode/configure.xml
===================================================================
--- phpdoc/de/trunk/reference/recode/configure.xml	2020-05-16 18:19:09 UTC (rev 349897)
+++ phpdoc/de/trunk/reference/recode/configure.xml	2020-05-17 10:32:56 UTC (rev 349898)
@@ -1,31 +1,44 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 349882 Maintainer: sammywg Status: ready -->

-<section xml:id="recode.installation" xmlns="http://docbook.org/ns/docbook">
+<section xml:id="recode.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  &reftitle.install;
- <para>
-  Um die von diesem Modul definierten Funktionen nutzbar zu machen, müssen Sie
-  Ihr PHP mit der Option <option role="configure">--with-recode[=DIR]</option>
-  kompilieren.
- </para>
- <warning>
+ <section xml:id="recode.installation.php74">
+  <title>PHP 7.4</title>
   <para>
-   Abstürze und Startprobleme von PHP können auftreten, wenn die
-   Recode-Extension <emphasis role="strong">nach</emphasis> einer der beiden
-   Extensions <link linkend="ref.mysql">mysql</link> oder <link
-   linkend="ref.imap">imap</link> geladen wird. Wenn die Recode-Extension
-   vor den genannten anderen geladen wird, tritt das Problem nicht auf. Das
-   Problem resultiert aus dem technischen Grund, dass die C-Clientlibrary,
-   die von Imap und Recode genutzt wird, jeweils ihre eigenen
-   <literal>hach_lookup()</literal>-Funktionalitäten mitbringt. Der Konflikt
-   mit der MySQL-Extension entsteht durch unterschiedliche
-   <literal>hash_insert</literal>-Funktionalitäten.
+   &pecl.moved-ver;7.4.0
   </para>
- </warning>
+  <para>
+   &pecl.info;
+   <link xlink:href="&url.pecl.package;recode">&url.pecl.package;recode</link>.
+  </para>
+ </section>

- &warn.imaprecodeyaz;
+ <section xml:id="recode.installation.phplt74">
+  <title>PHP &lt; 7.4</title>
+  <para>
+   Um die von diesem Modul definierten Funktionen nutzbar zu machen, müssen Sie
+   Ihr PHP mit der Option <option role="configure">--with-recode[=DIR]</option>
+   kompilieren.
+  </para>
+  <warning>
+   <para>
+    Abstürze und Startprobleme von PHP können auftreten, wenn die
+    Recode-Extension <emphasis role="strong">nach</emphasis> einer der beiden
+    Extensions <link linkend="ref.mysql">mysql</link> oder <link
+    linkend="ref.imap">imap</link> geladen wird. Wenn die Recode-Extension
+    vor den genannten anderen geladen wird, tritt das Problem nicht auf. Das
+    Problem resultiert aus dem technischen Grund, dass die C-Clientlibrary,
+    die von Imap und Recode genutzt wird, jeweils ihre eigenen
+    <literal>hach_lookup()</literal>-Funktionalitäten mitbringt. Der Konflikt
+    mit der MySQL-Extension entsteht durch unterschiedliche
+    <literal>hash_insert</literal>-Funktionalitäten.
+   </para>
+  </warning>

+  &warn.imaprecodeyaz;
+ </section>
 </section>

 <!-- Keep this comment at the end of the file

Modified: phpdoc/de/trunk/reference/reflection/book.xml
===================================================================
--- phpdoc/de/trunk/reference/reflection/book.xml	2020-05-16 18:19:09 UTC (rev 349897)
+++ phpdoc/de/trunk/reference/reflection/book.xml	2020-05-17 10:32:56 UTC (rev 349898)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 349091 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 349867 Maintainer: nobody Status: ready -->

 <book xml:id="book.reflection" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <?phpdoc extension-membership="core" ?>
@@ -42,6 +42,7 @@
  &reference.reflection.reflectionproperty;
  &reference.reflection.reflectiontype;
  &reference.reflection.reflectiongenerator;
+ &reference.reflection.reflectionreference;
  &reference.reflection.reflector;
  &reference.reflection.reflectionexception;


Modified: phpdoc/de/trunk/reference/simplexml/functions/simplexml-load-file.xml
===================================================================
--- phpdoc/de/trunk/reference/simplexml/functions/simplexml-load-file.xml	2020-05-16 18:19:09 UTC (rev 349897)
+++ phpdoc/de/trunk/reference/simplexml/functions/simplexml-load-file.xml	2020-05-17 10:32:56 UTC (rev 349898)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 349883 Maintainer: sammywg Status: ready -->

 <refentry xml:id='function.simplexml-load-file' xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -114,6 +114,30 @@
   </tip>
  </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.2.0</entry>
+       <entry>
+        Der optionale Parameter <parameter>is_prefix</parameter> wurde hinzugefügt.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Modified: phpdoc/de/trunk/reference/simplexml/functions/simplexml-load-string.xml
===================================================================
--- phpdoc/de/trunk/reference/simplexml/functions/simplexml-load-string.xml	2020-05-16 18:19:09 UTC (rev 349897)
+++ phpdoc/de/trunk/reference/simplexml/functions/simplexml-load-string.xml	2020-05-17 10:32:56 UTC (rev 349898)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 349883 Maintainer: sammywg Status: ready -->

 <refentry xml:id='function.simplexml-load-string' xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -104,6 +104,30 @@
   </tip>
  </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.2.0</entry>
+       <entry>
+        Der optionale Parameter <parameter>is_prefix</parameter> wurde hinzugefügt.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Modified: phpdoc/de/trunk/reference/simplexml/simplexmlelement/attributes.xml
===================================================================
--- phpdoc/de/trunk/reference/simplexml/simplexmlelement/attributes.xml	2020-05-16 18:19:09 UTC (rev 349897)
+++ phpdoc/de/trunk/reference/simplexml/simplexmlelement/attributes.xml	2020-05-17 10:32:56 UTC (rev 349898)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 349881 Maintainer: sammywg Status: ready -->

 <refentry xml:id="simplexmlelement.attributes" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -58,6 +58,30 @@
   </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.2.0</entry>
+       <entry>
+        Der optionale Parameter <parameter>is_prefix</parameter> wurde hinzugefügt.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>

Modified: phpdoc/de/trunk/reference/simplexml/simplexmlelement/construct.xml
===================================================================
--- phpdoc/de/trunk/reference/simplexml/simplexmlelement/construct.xml	2020-05-16 18:19:09 UTC (rev 349897)
+++ phpdoc/de/trunk/reference/simplexml/simplexmlelement/construct.xml	2020-05-17 10:32:56 UTC (rev 349898)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 349428 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 349883 Maintainer: sammywg Status: ready -->

 <refentry xml:id="simplexmlelement.construct" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -110,6 +110,38 @@
   </tip>
  </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.2.0</entry>
+       <entry>
+        Die <parameter>ns</parameter> und <parameter>is_prefix</parameter>
+        Parameter wurden hinzugefügt.
+       </entry>
+      </row>
+      <row>
+       <entry>5.1.2</entry>
+       <entry>
+        Die <parameter>options</parameter> und
+        <parameter>data_is_url</parameter> Parameter wurden hinzugefügt.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
@@ -161,38 +193,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.2.0</entry>
-       <entry>
-        Die <parameter>ns</parameter> und <parameter>is_prefix</parameter>
-        Parameter wurden hinzugefügt.
-       </entry>
-      </row>
-      <row>
-       <entry>5.1.2</entry>
-       <entry>
-        Die <parameter>options</parameter> und
-        <parameter>data_is_url</parameter> Parameter wurden hinzugefügt.
-       </entry>
-      </row>
-     </tbody>
-    </tgroup>
-   </informaltable>
-  </para>
- </refsect1>
-
  <refsect1 role="seealso">
   &reftitle.seealso;
   <para>

Modified: phpdoc/de/trunk/reference/uodbc/functions/odbc-exec.xml
===================================================================
--- phpdoc/de/trunk/reference/uodbc/functions/odbc-exec.xml	2020-05-16 18:19:09 UTC (rev 349897)
+++ phpdoc/de/trunk/reference/uodbc/functions/odbc-exec.xml	2020-05-17 10:32:56 UTC (rev 349898)
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 300101 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 349783 Maintainer: nobody Status: ready -->

 <refentry xml:id="function.odbc-exec" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>odbc_exec</refname>
-  <refpurpose>Bereitet einen SQL-Befehl auf und führt ihn aus</refpurpose>
+  <refpurpose>Führt einen SQL-Befehl direkt aus</refpurpose>
  </refnamediv>

  <refsect1 role="description">
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.