svn: /phpdoc/de/trunk/reference/hash/functions/ hash-algos.xml hash-file.xml hash-final.xml hash-hmac-file.xml hash-hmac.xml hash-init.xml hash.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Sat, 27 Jan 2018 18:47:04 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=343988
Log:
Sync with EN
Changed paths:
U phpdoc/de/trunk/reference/hash/functions/hash-algos.xml
U phpdoc/de/trunk/reference/hash/functions/hash-file.xml
U phpdoc/de/trunk/reference/hash/functions/hash-final.xml
U phpdoc/de/trunk/reference/hash/functions/hash-hmac-file.xml
U phpdoc/de/trunk/reference/hash/functions/hash-hmac.xml
U phpdoc/de/trunk/reference/hash/functions/hash-init.xml
U phpdoc/de/trunk/reference/hash/functions/hash.xml
svn-diffs-343988.txt
(text/x-diff, 11.3 KB)
Modified: phpdoc/de/trunk/reference/hash/functions/hash-algos.xml
===================================================================
--- phpdoc/de/trunk/reference/hash/functions/hash-algos.xml 2018-01-27 18:19:12 UTC (rev 343987)
+++ phpdoc/de/trunk/reference/hash/functions/hash-algos.xml 2018-01-27 18:47:04 UTC (rev 343988)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 334632 Maintainer: raphaelm Status: ready -->
+<!-- EN-Revision: 343152 Maintainer: raphaelm Status: ready -->
<refentry xml:id="function.hash-algos" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>hash_algos</refname>
@@ -131,6 +131,13 @@
</para>
</refsect1>
+ <refsect1 role="seealso">
+ &reftitle.seealso;
+ <simplelist>
+ <member><function>hash_hmac_algos</function></member>
+ </simplelist>
+ </refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file
Modified: phpdoc/de/trunk/reference/hash/functions/hash-file.xml
===================================================================
--- phpdoc/de/trunk/reference/hash/functions/hash-file.xml 2018-01-27 18:19:12 UTC (rev 343987)
+++ phpdoc/de/trunk/reference/hash/functions/hash-file.xml 2018-01-27 18:47:04 UTC (rev 343988)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: raphaelm Status: ready -->
+<!-- EN-Revision: 343899 Maintainer: raphaelm Status: ready -->
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
<refentry xml:id="function.hash-file" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -13,7 +13,7 @@
<type>string</type><methodname>hash_file</methodname>
<methodparam><type>string</type><parameter>algo</parameter></methodparam>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
- <methodparam choice="opt"><type>bool</type><parameter>raw_output</parameter><initializer>false</initializer></methodparam>
+ <methodparam choice="opt"><type>bool</type><parameter>raw_output</parameter><initializer>&false;</initializer></methodparam>
</methodsynopsis>
</refsect1>
Modified: phpdoc/de/trunk/reference/hash/functions/hash-final.xml
===================================================================
--- phpdoc/de/trunk/reference/hash/functions/hash-final.xml 2018-01-27 18:19:12 UTC (rev 343987)
+++ phpdoc/de/trunk/reference/hash/functions/hash-final.xml 2018-01-27 18:47:04 UTC (rev 343988)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: raphaelm Status: ready -->
+<!-- EN-Revision: 343899 Maintainer: raphaelm Status: ready -->
<refentry xml:id="function.hash-final" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>hash_final</refname>
@@ -11,7 +11,7 @@
<methodsynopsis>
<type>string</type><methodname>hash_final</methodname>
<methodparam><type>resource</type><parameter>context</parameter></methodparam>
- <methodparam choice="opt"><type>bool</type><parameter>raw_output</parameter><initializer>false</initializer></methodparam>
+ <methodparam choice="opt"><type>bool</type><parameter>raw_output</parameter><initializer>&false;</initializer></methodparam>
</methodsynopsis>
</refsect1>
Modified: phpdoc/de/trunk/reference/hash/functions/hash-hmac-file.xml
===================================================================
--- phpdoc/de/trunk/reference/hash/functions/hash-hmac-file.xml 2018-01-27 18:19:12 UTC (rev 343987)
+++ phpdoc/de/trunk/reference/hash/functions/hash-hmac-file.xml 2018-01-27 18:47:04 UTC (rev 343988)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: raphaelm Status: ready -->
+<!-- EN-Revision: 343899 Maintainer: raphaelm Status: ready -->
<refentry xml:id="function.hash-hmac-file" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>hash_hmac_file</refname>
@@ -13,7 +13,7 @@
<methodparam><type>string</type><parameter>algo</parameter></methodparam>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam><type>string</type><parameter>key</parameter></methodparam>
- <methodparam choice="opt"><type>bool</type><parameter>raw_output</parameter><initializer>false</initializer></methodparam>
+ <methodparam choice="opt"><type>bool</type><parameter>raw_output</parameter><initializer>&false;</initializer></methodparam>
</methodsynopsis>
</refsect1>
@@ -25,7 +25,7 @@
<term><parameter>algo</parameter></term>
<listitem>
<para>
- Name des gewählten Hash-Algorithmus (z.B. "md5", "sha256", "haval160,4", usw...). Für eine Liste der unterstützten Algorithmen, siehe <function>hash_algos</function>.
+ Name des gewählten Hash-Algorithmus (z.B. "md5", "sha256", "haval160,4", usw...). Für eine Liste der unterstützten Algorithmen, siehe <function>hash_hmac_algos</function>.
</para>
</listitem>
</varlistentry>
@@ -68,6 +68,28 @@
</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.2.0</entry>
+ <entry>Die Verwendung von nicht-kryptografischen Hashfunktionen (adler32, crc32, crc32b, fnv132, fnv1a32, fnv164, fnv1a64, joaat) ist nicht mehr möglich.</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </para>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
@@ -97,7 +119,7 @@
&reftitle.seealso;
<para>
<simplelist>
- <member><function>hash_algos</function></member>
+ <member><function>hash_hmac_algos</function></member>
<member><function>hash_hmac</function></member>
<member><function>hash_file</function></member>
</simplelist>
Modified: phpdoc/de/trunk/reference/hash/functions/hash-hmac.xml
===================================================================
--- phpdoc/de/trunk/reference/hash/functions/hash-hmac.xml 2018-01-27 18:19:12 UTC (rev 343987)
+++ phpdoc/de/trunk/reference/hash/functions/hash-hmac.xml 2018-01-27 18:47:04 UTC (rev 343988)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 332977 Maintainer: raphaelm Status: ready -->
+<!-- EN-Revision: 343899 Maintainer: raphaelm Status: ready -->
<refentry xml:id="function.hash-hmac" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>hash_hmac</refname>
@@ -13,7 +13,7 @@
<methodparam><type>string</type><parameter>algo</parameter></methodparam>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
<methodparam><type>string</type><parameter>key</parameter></methodparam>
- <methodparam choice="opt"><type>bool</type><parameter>raw_output</parameter><initializer>false</initializer></methodparam>
+ <methodparam choice="opt"><type>bool</type><parameter>raw_output</parameter><initializer>&false;</initializer></methodparam>
</methodsynopsis>
</refsect1>
@@ -25,7 +25,7 @@
<term><parameter>algo</parameter></term>
<listitem>
<para>
- Name des gewählten Hash-Algorithmus (z.B. "md5", "sha256", "haval160,4", usw...). Für eine Liste der unterstützten Algorithmen, siehe <function>hash_algos</function>.
+ Name des gewählten Hash-Algorithmus (z.B. "md5", "sha256", "haval160,4", usw...). Für eine Liste der unterstützten Algorithmen, siehe <function>hash_hmac_algos</function>.
</para>
</listitem>
</varlistentry>
@@ -69,6 +69,28 @@
</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.2.0</entry>
+ <entry>Die Verwendung nicht-kryptografischer Hashfunktionen (adler32, crc32, crc32b, fnv132, fnv1a32, fnv164, fnv1a64, joaat) ist nicht mehr möglich.</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </para>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
@@ -96,7 +118,7 @@
<para>
<simplelist>
<member><function>hash</function></member>
- <member><function>hash_algos</function></member>
+ <member><function>hash_hmac_algos</function></member>
<member><function>hash_init</function></member>
<member><function>hash_hmac_file</function></member>
</simplelist>
Modified: phpdoc/de/trunk/reference/hash/functions/hash-init.xml
===================================================================
--- phpdoc/de/trunk/reference/hash/functions/hash-init.xml 2018-01-27 18:19:12 UTC (rev 343987)
+++ phpdoc/de/trunk/reference/hash/functions/hash-init.xml 2018-01-27 18:47:04 UTC (rev 343988)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 331014 Maintainer: raphaelm Status: ready -->
+<!-- EN-Revision: 342106 Maintainer: raphaelm Status: ready -->
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
<refentry xml:id="function.hash-init" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -65,6 +65,28 @@
</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.2.0</entry>
+ <entry>Die Verwendung nicht-kryptografischer Hashfunktionen (adler32, crc32, crc32b, fnv132, fnv1a32, fnv164, fnv1a64, joaat) mit <constant>HASH_HMAC</constant> ist nicht mehr möglich.</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </para>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
Modified: phpdoc/de/trunk/reference/hash/functions/hash.xml
===================================================================
--- phpdoc/de/trunk/reference/hash/functions/hash.xml 2018-01-27 18:19:12 UTC (rev 343987)
+++ phpdoc/de/trunk/reference/hash/functions/hash.xml 2018-01-27 18:47:04 UTC (rev 343988)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 336947 Maintainer: raphaelm Status: ready -->
+<!-- EN-Revision: 343899 Maintainer: raphaelm Status: ready -->
<refentry xml:id="function.hash" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>hash</refname>
@@ -12,7 +12,7 @@
<type>string</type><methodname>hash</methodname>
<methodparam><type>string</type><parameter>algo</parameter></methodparam>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
- <methodparam choice="opt"><type>bool</type><parameter>raw_output</parameter><initializer>false</initializer></methodparam>
+ <methodparam choice="opt"><type>bool</type><parameter>raw_output</parameter><initializer>&false;</initializer></methodparam>
</methodsynopsis>
</refsect1>
@@ -105,7 +105,7 @@
</example>
</para>
<para>
- <example>
+ <example xml:id="function.hash.tiger-bc">
<title>Ermitteln von Prä-PHP 5.4 tiger Hashes mit PHP 5.4 und höher</title>
<programlisting role="php">
<![CDATA[