svn: /phpdoc/de/trunk/reference/ curl/functions/curl-multi-info-read.xml dbx/configure.xml fbsql/configure.xml filepro/configure.xml ifx/configure.xml msql/book.xml msql/configure.xml password/constants.xml password/functions/password-hash.xml password/functions/password-needs-rehash.xml pcre/functions/preg-replace-callback.xml

[email protected] (Christoph Michael Becker)
Newsgroups php.doc.de
Message-ID <[email protected]>
cmb                                      Sun, 24 May 2020 11:40:54 +0000

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

Log:
Sync with EN

Changed paths:
    U   phpdoc/de/trunk/reference/curl/functions/curl-multi-info-read.xml
    U   phpdoc/de/trunk/reference/dbx/configure.xml
    U   phpdoc/de/trunk/reference/fbsql/configure.xml
    U   phpdoc/de/trunk/reference/filepro/configure.xml
    U   phpdoc/de/trunk/reference/ifx/configure.xml
    U   phpdoc/de/trunk/reference/msql/book.xml
    U   phpdoc/de/trunk/reference/msql/configure.xml
    U   phpdoc/de/trunk/reference/password/constants.xml
    U   phpdoc/de/trunk/reference/password/functions/password-hash.xml
    U   phpdoc/de/trunk/reference/password/functions/password-needs-rehash.xml
    U   phpdoc/de/trunk/reference/pcre/functions/preg-replace-callback.xml
svn-diffs-349971.txt (text/x-diff, 14.9 KB)
Modified: phpdoc/de/trunk/reference/curl/functions/curl-multi-info-read.xml
===================================================================
--- phpdoc/de/trunk/reference/curl/functions/curl-multi-info-read.xml	2020-05-24 09:14:56 UTC (rev 349970)
+++ phpdoc/de/trunk/reference/curl/functions/curl-multi-info-read.xml	2020-05-24 11:40:54 UTC (rev 349971)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346933 Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 349952 Maintainer: jaenecke Status: ready -->
 <refentry xml:id="function.curl-multi-info-read" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>curl_multi_info_read</refname>
@@ -115,8 +115,7 @@
     if ($active) {
         curl_multi_select($mh);
     }
-    $info = curl_multi_info_read($mh);
-    if (false !== $info) {
+    while (false !== ($info = curl_multi_info_read($mh))) {
         var_dump($info);
     }
 } while ($active && $status == CURLM_OK);

Modified: phpdoc/de/trunk/reference/dbx/configure.xml
===================================================================
--- phpdoc/de/trunk/reference/dbx/configure.xml	2020-05-24 09:14:56 UTC (rev 349970)
+++ phpdoc/de/trunk/reference/dbx/configure.xml	2020-05-24 11:40:54 UTC (rev 349971)
@@ -1,9 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
-<section xml:id="dbx.installation" xmlns="http://docbook.org/ns/docbook">
+<!-- EN-Revision: 349953 Maintainer: hholzgra Status: ready -->
+<section xml:id="dbx.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  &reftitle.install;
  <para>
+  &pecl.moved-ver;5.1.0
+ </para>
+ <para>
+  &pecl.info;
+  <link xlink:href="&url.pecl.package;dbx">&url.pecl.package;dbx</link>.
+ </para>
+ <para>
   Die dbx Funktionen sind nur verfügbar wenn PHP mit dbx Unterstützung,
   also mit <option role="configure">--enable-dbx</option> kompiliert
   wurde. Für die jeweiligen zu unterstützenden Datenbanken müssen weitere

Modified: phpdoc/de/trunk/reference/fbsql/configure.xml
===================================================================
--- phpdoc/de/trunk/reference/fbsql/configure.xml	2020-05-24 09:14:56 UTC (rev 349970)
+++ phpdoc/de/trunk/reference/fbsql/configure.xml	2020-05-24 11:40:54 UTC (rev 349971)
@@ -1,9 +1,15 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: hholzgra Status: ready -->
-<section xml:id="fbsql.installation" xmlns="http://docbook.org/ns/docbook">
+<!-- EN-Revision: 349948 Maintainer: hholzgra Status: ready -->
+<section xml:id="fbsql.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  &reftitle.install;
  <para>
+  &pecl.moved-ver;5.3.0
+ </para>
+ <para>
+  &pecl.info;.
+ </para>
+ <para>
   Um diese Funktionen nutzen zu können, muss PHP mit fbsql-Unterstützung
   kompiliert werden, hierzu dient die
   <option role="configure">--with-fbsql[=DIR]</option>-Option.

Modified: phpdoc/de/trunk/reference/filepro/configure.xml
===================================================================
--- phpdoc/de/trunk/reference/filepro/configure.xml	2020-05-24 09:14:56 UTC (rev 349970)
+++ phpdoc/de/trunk/reference/filepro/configure.xml	2020-05-24 11:40:54 UTC (rev 349971)
@@ -1,9 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 339642 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 349949 Maintainer: hholzgra Status: ready -->
 <section xml:id="filepro.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  &reftitle.install;
  <para>
+  &pecl.moved-ver;5.2.0
+ </para>
+ <para>
   &pecl.info;
   <link xlink:href="&url.pecl.package;filepro">&url.pecl.package;filepro</link>.
  </para>

Modified: phpdoc/de/trunk/reference/ifx/configure.xml
===================================================================
--- phpdoc/de/trunk/reference/ifx/configure.xml	2020-05-24 09:14:56 UTC (rev 349970)
+++ phpdoc/de/trunk/reference/ifx/configure.xml	2020-05-24 11:40:54 UTC (rev 349971)
@@ -1,9 +1,16 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
-<section xml:id="ifx.installation" xmlns="http://docbook.org/ns/docbook">
+<!-- EN-Revision: 349961 Maintainer: conni Status: ready -->
+<section xml:id="ifx.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  &reftitle.install;
  <para>
+  &pecl.moved-ver;5.2.1
+ </para>
+ <para>
+  &pecl.info;
+  <link xlink:href="&url.pecl.package;informix">&url.pecl.package;informix</link>.
+ </para>
+ <para>
   Um die Funktionen dieses Moduls benutzen zu können, müssen Sie Ihren
   PHP-Interpreter mit der Option <option role="configure">--with-informix[=DIR]</option> kompilieren.
   DIR ist das Basis-Installationsverzeichnis von Informix, das in der

Modified: phpdoc/de/trunk/reference/msql/book.xml
===================================================================
--- phpdoc/de/trunk/reference/msql/book.xml	2020-05-24 09:14:56 UTC (rev 349970)
+++ phpdoc/de/trunk/reference/msql/book.xml	2020-05-24 11:40:54 UTC (rev 349971)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 330340 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 349950 Maintainer: conni Status: ready -->

 <book xml:id="book.msql" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <?phpdoc extension-membership="bundledexternal" ?>
@@ -13,6 +13,11 @@
    Mit diesen Funktionen können Sie auf einen mSQL-Datenbankserver
    zuzugreifen. Mehr Informationen über mSQL findet man bei <link xlink:href="&url.msql;">&url.msql;</link>.
   </para>
+  <note>
+   <para>
+    This extension is no longer bundled with PHP as of PHP 5.3.
+   </para>
+  </note>
  </preface>
  <!-- }}} -->


Modified: phpdoc/de/trunk/reference/msql/configure.xml
===================================================================
--- phpdoc/de/trunk/reference/msql/configure.xml	2020-05-24 09:14:56 UTC (rev 349970)
+++ phpdoc/de/trunk/reference/msql/configure.xml	2020-05-24 11:40:54 UTC (rev 349971)
@@ -1,9 +1,13 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: conni Status: ready -->
+<!-- EN-Revision: 349950 Maintainer: conni Status: ready -->
 <section xml:id="msql.installation" xmlns="http://docbook.org/ns/docbook">
  &reftitle.install;
  <para>
+  This extension is no longer bundled with PHP as of PHP 5.3.
+  This extension is considered unmaintained and dead.
+ </para>
+ <para>
   Damit Sie auf diese Funktionen zugreifen können, müssen Sie PHP mit
   der Unterstützung für mSQL kompilieren, indem Sie die Option
   <option role="configure">--with-msql[=DIR]</option> angeben. DIR ist

Modified: phpdoc/de/trunk/reference/password/constants.xml
===================================================================
--- phpdoc/de/trunk/reference/password/constants.xml	2020-05-24 09:14:56 UTC (rev 349970)
+++ phpdoc/de/trunk/reference/password/constants.xml	2020-05-24 11:40:54 UTC (rev 349971)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision: 346125 $ -->
-<!-- EN-Revision: 347683 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 349903 Maintainer: nobody Status: ready -->

 <appendix xml:id="password.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  &reftitle.constants;
@@ -11,7 +11,7 @@
    <varlistentry xml:id="constant.password-bcrypt">
     <term>
      <constant>PASSWORD_BCRYPT</constant>
-     (<type>integer</type>)
+     (<type>string</type>)
     </term>
     <listitem>
      <para>
@@ -56,7 +56,7 @@
    <varlistentry xml:id="constant.password-argon2i">
     <term>
      <constant>PASSWORD_ARGON2I</constant>
-     (<type>integer</type>)
+     (<type>string</type>)
     </term>
     <listitem>
      <para>
@@ -97,7 +97,7 @@
    <varlistentry xml:id="constant.password-argon2id">
     <term>
      <constant>PASSWORD_ARGON2ID</constant>
-     (<type>integer</type>)
+     (<type>string</type>)
     </term>
     <listitem>
      <para>
@@ -158,7 +158,7 @@
    <varlistentry xml:id="constant.password-default">
     <term>
      <constant>PASSWORD_DEFAULT</constant>
-     (<type>integer</type>)
+     (<type>string</type>)
     </term>
     <listitem>
      <para>
@@ -187,6 +187,33 @@
    </varlistentry>
   </variablelist>
  </para>
+
+ <formalpara>
+  &reftitle.changelog;
+  <para>
+   <informaltable>
+    <tgroup cols="2">
+     <thead>
+      <row>
+       <entry>&Version;</entry>
+       <entry>&Description;</entry>
+      </row>
+     </thead>
+     <tbody>
+      <row>
+       <entry>7.4.0</entry>
+       <entry>
+        Die Werte der Passwort-Algorithmen-IDs (<constant>PASSWORD_BCRYPT</constant>, <constant>PASSWORD_ARGON2I</constant>,
+        <constant>PASSWORD_ARGON2ID</constant> und <constant>PASSWORD_DEFAULT</constant>) sind nun &string;s.
+        Zuvor waren es &integer;.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </formalpara>
+
 </appendix>

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

Modified: phpdoc/de/trunk/reference/password/functions/password-hash.xml
===================================================================
--- phpdoc/de/trunk/reference/password/functions/password-hash.xml	2020-05-24 09:14:56 UTC (rev 349970)
+++ phpdoc/de/trunk/reference/password/functions/password-hash.xml	2020-05-24 11:40:54 UTC (rev 349971)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346125 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 349903 Maintainer: nobody Status: ready -->
 <!-- Reviewed: no -->

 <refentry xml:id="function.password-hash" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -14,7 +14,7 @@
   <methodsynopsis>
    <type>string</type><methodname>password_hash</methodname>
    <methodparam><type>string</type><parameter>password</parameter></methodparam>
-   <methodparam><type>int</type><parameter>algo</parameter></methodparam>
+   <methodparam><type>mixed</type><parameter>algo</parameter></methodparam>
    <methodparam choice="opt"><type>array</type><parameter>options</parameter></methodparam>
   </methodsynopsis>
   <para>
@@ -339,6 +339,13 @@
      </thead>
      <tbody>
       <row>
+       <entry>7.4.0</entry>
+       <entry>
+        Der <parameter>algo</parameter> Parameter erwartet nun einen &string;, aber
+        akzeptiert noch immer &integer; aus Gründen der Abwärtskompatibilität.
+       </entry>
+      </row>
+      <row>
        <entry>7.3.0</entry>
        <entry>
         Support for Argon2id passwords using <constant>PASSWORD_ARGON2ID</constant> was added.

Modified: phpdoc/de/trunk/reference/password/functions/password-needs-rehash.xml
===================================================================
--- phpdoc/de/trunk/reference/password/functions/password-needs-rehash.xml	2020-05-24 09:14:56 UTC (rev 349970)
+++ phpdoc/de/trunk/reference/password/functions/password-needs-rehash.xml	2020-05-24 11:40:54 UTC (rev 349971)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343891 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 349903 Maintainer: nobody Status: ready -->
 <!-- Reviewed: yes -->

 <refentry xml:id="function.password-needs-rehash" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -14,7 +14,7 @@
   <methodsynopsis>
    <type>bool</type><methodname>password_needs_rehash</methodname>
    <methodparam><type>string</type><parameter>hash</parameter></methodparam>
-   <methodparam><type>int</type><parameter>algo</parameter></methodparam>
+   <methodparam><type>mixed</type><parameter>algo</parameter></methodparam>
    <methodparam choice="opt"><type>array</type><parameter>options</parameter></methodparam>
   </methodsynopsis>
   <para>
@@ -92,6 +92,32 @@
    Gibt &true; zurück, falls der Hash erneut gehasht werden muss, damit die übergebenen Parameter <parameter>algo</parameter> und <parameter>options</parameter> übereinstimmen, sonst &false;.
   </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>7.4.0</entry>
+       <entry>
+        Der <parameter>algo</parameter> Parameter erwartet nun einen &string;, aber
+        akzeptiert noch immer &integer; aus Gründen der Abwärtskompatibilität.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
 </refentry>

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

Modified: phpdoc/de/trunk/reference/pcre/functions/preg-replace-callback.xml
===================================================================
--- phpdoc/de/trunk/reference/pcre/functions/preg-replace-callback.xml	2020-05-24 09:14:56 UTC (rev 349970)
+++ phpdoc/de/trunk/reference/pcre/functions/preg-replace-callback.xml	2020-05-24 11:40:54 UTC (rev 349971)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 337413 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 349965 Maintainer: samesch Status: ready -->
 <refentry xml:id="function.preg-replace-callback" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>preg_replace_callback</refname>
@@ -16,6 +16,7 @@
    <methodparam><type>mixed</type><parameter>subject</parameter></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>limit</parameter><initializer>-1</initializer></methodparam>
    <methodparam choice="opt"><type>int</type><parameter role="reference">count</parameter></methodparam>
+   <methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
   </methodsynopsis>
   <para>
    Abgesehen von der Tatsache, dass statt des Parameters
@@ -121,6 +122,18 @@
       </para>
      </listitem>
     </varlistentry>
+    <varlistentry>
+     <term><parameter>flags</parameter></term>
+     <listitem>
+      <para>
+       <parameter>flags</parameter> ist eine Kombination der
+       <constant>PREG_OFFSET_CAPTURE</constant> und
+       <constant>PREG_UNMATCHED_AS_NULL</constant> Flags, die das Format des
+       matches-Arrays beeinflussen.
+       Details sind der Beschreibung in <function>preg_match</function> zu entnehmen.
+      </para>
+     </listitem>
+    </varlistentry>
    </variablelist>
   </para>
  </refsect1>
@@ -152,6 +165,12 @@
      </thead>
      <tbody>
       <row>
+       <entry>7.4.0</entry>
+       <entry>
+        Der <parameter>flags</parameter> Parameter wurde hinzugefügt.
+       </entry>
+      </row>
+      <row>
        <entry>5.1.0</entry>
        <entry>Den Parameter <parameter>count</parameter> hinzugefügt</entry>
       </row>
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.