svn: /phpdoc/de/trunk/reference/hash/functions/ hash-algos.xml
[email protected] (Nikita Popov)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
nikic Thu, 30 Jun 2011 22:15:43 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=312737
Log:
Sync DE hash-algos with EN
Changed paths:
UU phpdoc/de/trunk/reference/hash/functions/hash-algos.xml
Modified: phpdoc/de/trunk/reference/hash/functions/hash-algos.xml
===================================================================
--- phpdoc/de/trunk/reference/hash/functions/hash-algos.xml 2011-06-30 22:14:12 UTC (rev 312736)
+++ phpdoc/de/trunk/reference/hash/functions/hash-algos.xml 2011-06-30 22:15:43 UTC (rev 312737)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: raphaelm Status: ready -->
+<!-- EN-Revision: 312716 Maintainer: raphaelm Status: ready -->
<refentry xml:id="function.hash-algos" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>hash_algos</refname>
@@ -21,6 +21,28 @@
Hashing-Algorithmen zurück.
</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.3.0</entry>
+ <entry>Unterstützung für md2, ripemd256, ripemd320, salsa10, salsa20, snefru256 und sha224 hinzugefügt.</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </para>
+ </refsect1>
<refsect1 role="examples">
&reftitle.examples;
@@ -28,7 +50,7 @@
<example>
<title><function>hash_algos</function>-Beispiel</title>
<para>
- Ab PHP 5.1.2 gibt <function>hash_algos</function> die folgende
+ Ab PHP 5.3.0 gibt <function>hash_algos</function> die folgende
Liste von Algorithmen zurück.
</para>
<programlisting role="php">
@@ -43,41 +65,48 @@
<![CDATA[
Array
(
- [0] => md4
- [1] => md5
- [2] => sha1
- [3] => sha256
- [4] => sha384
- [5] => sha512
- [6] => ripemd128
- [7] => ripemd160
- [8] => whirlpool
- [9] => tiger128,3
- [10] => tiger160,3
- [11] => tiger192,3
- [12] => tiger128,4
- [13] => tiger160,4
- [14] => tiger192,4
- [15] => snefru
- [16] => gost
- [17] => adler32
- [18] => crc32
- [19] => crc32b
- [20] => haval128,3
- [21] => haval160,3
- [22] => haval192,3
- [23] => haval224,3
- [24] => haval256,3
- [25] => haval128,4
- [26] => haval160,4
- [27] => haval192,4
- [28] => haval224,4
- [29] => haval256,4
- [30] => haval128,5
- [31] => haval160,5
- [32] => haval192,5
- [33] => haval224,5
- [34] => haval256,5
+ [0] => md2
+ [1] => md4
+ [2] => md5
+ [3] => sha1
+ [4] => sha224
+ [5] => sha256
+ [6] => sha384
+ [7] => sha512
+ [8] => ripemd128
+ [9] => ripemd160
+ [10] => ripemd256
+ [11] => ripemd320
+ [12] => whirlpool
+ [13] => tiger128,3
+ [14] => tiger160,3
+ [15] => tiger192,3
+ [16] => tiger128,4
+ [17] => tiger160,4
+ [18] => tiger192,4
+ [19] => snefru
+ [20] => snefru256
+ [21] => gost
+ [22] => adler32
+ [23] => crc32
+ [24] => crc32b
+ [25] => salsa10
+ [26] => salsa20
+ [27] => haval128,3
+ [28] => haval160,3
+ [29] => haval192,3
+ [30] => haval224,3
+ [31] => haval256,3
+ [32] => haval128,4
+ [33] => haval160,4
+ [34] => haval192,4
+ [35] => haval224,4
+ [36] => haval256,4
+ [37] => haval128,5
+ [38] => haval160,5
+ [39] => haval192,5
+ [40] => haval224,5
+ [41] => haval256,5
)
]]>
</screen>
Property changes on: phpdoc/de/trunk/reference/hash/functions/hash-algos.xml
___________________________________________________________________
Added: svn:eol-style
+ native