svn: /phpdoc/de/trunk/ appendices/ini.core.xml reference/curl/functions/curl-getinfo.xml reference/curl/functions/curl-setopt.xml reference/filesystem/functions/tempnam.xml reference/info/functions/assert-options.xml reference/openssl/functions/openssl-verify.xml reference/openssl/functions/openssl-x509-parse.xml reference/strings/functions/money-format.xml

[email protected] (Christoph Michael Becker)
Newsgroups php.doc.de
Message-ID <[email protected]>
cmb                                      Sun, 16 Feb 2020 15:13:28 +0000

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

Log:
Sync with EN

Changed paths:
    U   phpdoc/de/trunk/appendices/ini.core.xml
    U   phpdoc/de/trunk/reference/curl/functions/curl-getinfo.xml
    U   phpdoc/de/trunk/reference/curl/functions/curl-setopt.xml
    U   phpdoc/de/trunk/reference/filesystem/functions/tempnam.xml
    U   phpdoc/de/trunk/reference/info/functions/assert-options.xml
    U   phpdoc/de/trunk/reference/openssl/functions/openssl-verify.xml
    U   phpdoc/de/trunk/reference/openssl/functions/openssl-x509-parse.xml
    U   phpdoc/de/trunk/reference/strings/functions/money-format.xml
svn-diffs-349228.txt (text/x-diff, 11.8 KB)
Modified: phpdoc/de/trunk/appendices/ini.core.xml
===================================================================
--- phpdoc/de/trunk/appendices/ini.core.xml	2020-02-16 14:52:46 UTC (rev 349227)
+++ phpdoc/de/trunk/appendices/ini.core.xml	2020-02-16 15:13:28 UTC (rev 349228)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 346628 Maintainer: nikic Status: ready -->
+<!-- EN-Revision: 349194 Maintainer: nikic Status: ready -->

 <section xml:id="ini.core" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <title>Beschreibung der &php.ini;-Direktiven des Sprachkerns</title>
@@ -372,8 +372,7 @@
      </term>
      <listitem>
       <para>
-       Diese Direktive ermöglicht das Deaktivieren einzelner Funktionen aus
-       <link linkend="security">Sicherheitsgründen</link>. Die Funktionen werden
+       Diese Direktive ermöglicht das Deaktivieren einzelner Funktionen. Die Funktionen werden
        als kommagetrennte Liste von Funktionsnamen übergeben. Die Direktive
        ist unabhängig vom <link linkend="ini.safe-mode">Safe Mode</link>.
       </para>
@@ -396,8 +395,7 @@
      </term>
      <listitem>
       <simpara>
-       Diese Direktive ermöglicht das Deaktivieren einzelner Klassen aus
-       <link linkend="security">Sicherheitsgründen</link>. Die Funktionen werden
+       Diese Direktive ermöglicht das Deaktivieren einzelner Klassen. Die Funktionen werden
        als kommagetrennte Liste von Klassennamen übergeben. Die Direktive
        ist unabhängig vom <link linkend="ini.safe-mode">Safe Mode</link>.
       </simpara>

Modified: phpdoc/de/trunk/reference/curl/functions/curl-getinfo.xml
===================================================================
--- phpdoc/de/trunk/reference/curl/functions/curl-getinfo.xml	2020-02-16 14:52:46 UTC (rev 349227)
+++ phpdoc/de/trunk/reference/curl/functions/curl-getinfo.xml	2020-02-16 15:13:28 UTC (rev 349228)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 349125 Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 349186 Maintainer: jaenecke Status: ready -->
 <refentry xml:id='function.curl-getinfo' xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>curl_getinfo</refname>
@@ -524,6 +524,29 @@
      </thead>
      <tbody>
       <row>
+       <entry>7.3.0</entry>
+       <entry>
+        <constant>CURLINFO_CONTENT_LENGTH_DOWNLOAD_T</constant>,
+        <constant>CURLINFO_CONTENT_LENGTH_UPLOAD_T</constant>,
+        <constant>CURLINFO_HTTP_VERSION</constant>,
+        <constant>CURLINFO_PROTOCOL</constant>,
+        <constant>CURLINFO_PROXY_SSL_VERIFYRESULT</constant>,
+        <constant>CURLINFO_SCHEME</constant>,
+        <constant>CURLINFO_SIZE_DOWNLOAD_T</constant>,
+        <constant>CURLINFO_SIZE_UPLOAD_T</constant>,
+        <constant>CURLINFO_SPEED_DOWNLOAD_T</constant>,
+        <constant>CURLINFO_SPEED_UPLOAD_T</constant>,
+        <constant>CURLINFO_APPCONNECT_TIME_T</constant>,
+        <constant>CURLINFO_CONNECT_TIME_T</constant>,
+        <constant>CURLINFO_FILETIME_T</constant>,
+        <constant>CURLINFO_NAMELOOKUP_TIME_T</constant>,
+        <constant>CURLINFO_PRETRANSFER_TIME_T</constant>,
+        <constant>CURLINFO_REDIRECT_TIME_T</constant>,
+        <constant>CURLINFO_STARTTRANSFER_TIME_T</constant>,
+        <constant>CURLINFO_TOTAL_TIME_T</constant> eingeführt.
+       </entry>
+      </row>
+      <row>
        <entry>5.5.0</entry>
        <entry>
         <constant>CURLINFO_RESPONSE_CODE</constant>,
@@ -576,29 +599,6 @@
         Konstante <constant>CURLINFO_HEADER_OUT</constant> eingeführt.
        </entry>
       </row>
-      <row>
-       <entry>7.3.0</entry>
-       <entry>
-        <constant>CURLINFO_CONTENT_LENGTH_DOWNLOAD_T</constant>,
-        <constant>CURLINFO_CONTENT_LENGTH_UPLOAD_T</constant>,
-        <constant>CURLINFO_HTTP_VERSION</constant>,
-        <constant>CURLINFO_PROTOCOL</constant>,
-        <constant>CURLINFO_PROXY_SSL_VERIFYRESULT</constant>,
-        <constant>CURLINFO_SCHEME</constant>,
-        <constant>CURLINFO_SIZE_DOWNLOAD_T</constant>,
-        <constant>CURLINFO_SIZE_UPLOAD_T</constant>,
-        <constant>CURLINFO_SPEED_DOWNLOAD_T</constant>,
-        <constant>CURLINFO_SPEED_UPLOAD_T</constant>,
-        <constant>CURLINFO_APPCONNECT_TIME_T</constant>,
-        <constant>CURLINFO_CONNECT_TIME_T</constant>,
-        <constant>CURLINFO_FILETIME_T</constant>,
-        <constant>CURLINFO_NAMELOOKUP_TIME_T</constant>,
-        <constant>CURLINFO_PRETRANSFER_TIME_T</constant>,
-        <constant>CURLINFO_REDIRECT_TIME_T</constant>,
-        <constant>CURLINFO_STARTTRANSFER_TIME_T</constant>,
-        <constant>CURLINFO_TOTAL_TIME_T</constant> eingeführt.
-       </entry>
-      </row>
      </tbody>
     </tgroup>
    </informaltable>

Modified: phpdoc/de/trunk/reference/curl/functions/curl-setopt.xml
===================================================================
--- phpdoc/de/trunk/reference/curl/functions/curl-setopt.xml	2020-02-16 14:52:46 UTC (rev 349227)
+++ phpdoc/de/trunk/reference/curl/functions/curl-setopt.xml	2020-02-16 15:13:28 UTC (rev 349228)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 349125 Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 349197 Maintainer: jaenecke Status: ready -->

 <refentry xml:id="function.curl-setopt" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -991,13 +991,13 @@
             <para>
              <parameter>CURLAUTH_NONE</parameter> erlaubt keine Authentifizierung.
             </para>
+            <para>
+             Voreinstellung ist <literal>CURLAUTH_BASIC|CURLAUTH_GSSAPI</literal>.
+             Der eigentliche Benutzername und das Passwort werden mit der
+             <constant>CURLOPT_PROXYUSERPWD</constant> Option gesetzt.
+            </para>
            </entry>
            <entry valign="top">
-            Voreinstellung ist <literal>CURLAUTH_BASIC|CURLAUTH_GSSAPI</literal>.
-            Der eigentliche Benutzername und das Passwort werden mit der
-            <constant>CURLOPT_PROXYUSERPWD</constant> Option gesetzt.
-           </entry>
-           <entry valign="top">
             Verfügbar von PHP 7.3.0 mit curl >= 7.55.0 an.
            </entry>
           </row>

Modified: phpdoc/de/trunk/reference/filesystem/functions/tempnam.xml
===================================================================
--- phpdoc/de/trunk/reference/filesystem/functions/tempnam.xml	2020-02-16 14:52:46 UTC (rev 349227)
+++ phpdoc/de/trunk/reference/filesystem/functions/tempnam.xml	2020-02-16 15:13:28 UTC (rev 349228)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 347043 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 349191 Maintainer: wiesemann Status: ready -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.tempnam">
  <refnamediv>
   <refname>tempnam</refname>
@@ -43,7 +43,8 @@
       </para>
       <note>
        <simpara>
-        Windows nutzt nur die ersten drei Zeichen des Präfixes.
+        Es werden nur die ersten 63 Zeichen des Präfixes verwendet.
+        Windows nutzt sogar nur die ersten drei Zeichen des Präfixes.
        </simpara>
       </note>
      </listitem>

Modified: phpdoc/de/trunk/reference/info/functions/assert-options.xml
===================================================================
--- phpdoc/de/trunk/reference/info/functions/assert-options.xml	2020-02-16 14:52:46 UTC (rev 349227)
+++ phpdoc/de/trunk/reference/info/functions/assert-options.xml	2020-02-16 15:13:28 UTC (rev 349228)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 348468 Maintainer: cmb Status: ready -->
+<!-- EN-Revision: 349184 Maintainer: cmb Status: ready -->

 <refentry xml:id="function.assert-options" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -174,7 +174,7 @@
 // fehlgeschlagenen Überprüfungen
 function assert_failure($file, $line, $assertion, $message)
 {
-    echo "Die Zusicherung $assertion in $file in Zeile $line schlug fehl: $message';
+    echo "Die Zusicherung $assertion in $file in Zeile $line schlug fehl: $message";
 }

 // Das ist unsere Testfunktion

Modified: phpdoc/de/trunk/reference/openssl/functions/openssl-verify.xml
===================================================================
--- phpdoc/de/trunk/reference/openssl/functions/openssl-verify.xml	2020-02-16 14:52:46 UTC (rev 349227)
+++ phpdoc/de/trunk/reference/openssl/functions/openssl-verify.xml	2020-02-16 15:13:28 UTC (rev 349228)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 332644 Maintainer: jaenecke Status: ready -->
+<!-- EN-Revision: 349221 Maintainer: jaenecke Status: ready -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openssl-verify">
  <refnamediv>
   <refname>openssl_verify</refname>
@@ -156,10 +156,10 @@
 $public_key_res = openssl_pkey_get_public($details['key']);

 // erzeuge Signatur
-openssl_sign($data, $signature, $private_key_res, "sha1WithRSAEncryption");
+openssl_sign($data, $signature, $private_key_res, "sha256WithRSAEncryption");

 // überprüfe Signatur
-$ok = openssl_verify($data, $signature, $public_key_res, OPENSSL_ALGO_SHA1);
+$ok = openssl_verify($data, $signature, $public_key_res, OPENSSL_ALGO_SHA256);
 if ($ok == 1) {
     echo "gültig";
 } elseif ($ok == 0) {

Modified: phpdoc/de/trunk/reference/openssl/functions/openssl-x509-parse.xml
===================================================================
--- phpdoc/de/trunk/reference/openssl/functions/openssl-x509-parse.xml	2020-02-16 14:52:46 UTC (rev 349227)
+++ phpdoc/de/trunk/reference/openssl/functions/openssl-x509-parse.xml	2020-02-16 15:13:28 UTC (rev 349228)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 343899 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 349221 Maintainer: nobody Status: ready -->

 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openssl-x509-parse">
  <refnamediv>
@@ -32,6 +32,9 @@
      <term><parameter>x509cert</parameter></term>
      <listitem>
       <para>
+       X509-Zertifikat. Siehe <link
+       linkend="openssl.certparams">Schlüssel/Zertifikat Parameter</link> für
+       eine Liste gültiger Werte.
       </para>
      </listitem>
     </varlistentry>

Modified: phpdoc/de/trunk/reference/strings/functions/money-format.xml
===================================================================
--- phpdoc/de/trunk/reference/strings/functions/money-format.xml	2020-02-16 14:52:46 UTC (rev 349227)
+++ phpdoc/de/trunk/reference/strings/functions/money-format.xml	2020-02-16 15:13:28 UTC (rev 349228)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 348336 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 349216 Maintainer: nobody Status: ready -->

 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.money-format">
  <refnamediv>
@@ -8,6 +8,10 @@
   <refpurpose>Formatiert eine Zahl als Währungs-Zeichenkette</refpurpose>
  </refnamediv>

+ <refsynopsisdiv>
+   &warn.deprecated.function-7-4-0;
+ </refsynopsisdiv>
+
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
@@ -230,6 +234,31 @@
   </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>
+        Diese Funktion wurde missbilligt. Stattdessen sollte
+        <methodname>NumberFormatter::formatCurrency</methodname> verwendet werden.
+       </entry>
+      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1>
+
  <refsect1 role="notes">
   &reftitle.notes;
   <note>
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.