[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/hash/functions/_hash-algos.xml?=
From:       Anthony_Ferrara <ircmaxell () php ! net>
Date:       2011-06-30 18:57:36
Message-ID: svn-ircmaxell-1309460256-312716-142381880 () svn ! php ! net
[Download RAW message or body]

ircmaxell                                Thu, 30 Jun 2011 18:57:36 +0000

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

Log:
Update hash_algos docs to include new algorithms introduced in 5.3.0, and a changelog \
entry to indicate the change as well

Changed paths:
    U   phpdoc/en/trunk/reference/hash/functions/hash-algos.xml

Modified: phpdoc/en/trunk/reference/hash/functions/hash-algos.xml
===================================================================
--- phpdoc/en/trunk/reference/hash/functions/hash-algos.xml	2011-06-30 18:34:41 UTC \
                (rev 312715)
+++ phpdoc/en/trunk/reference/hash/functions/hash-algos.xml	2011-06-30 18:57:36 UTC \
(rev 312716) @@ -21,13 +21,35 @@
   </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>Support For md2, ripemd256, ripemd320, salsa10, salsa20, snefru256 and \
sha224 was added</entry> +      </row>
+     </tbody>
+    </tgroup>
+   </informaltable>
+  </para>
+ </refsect1><!-- }}} -->
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
    <example>
     <title><function>hash_algos</function> example</title>
     <para>
-     As of PHP 5.1.2, <function>hash_algos</function> will return the
+     As of PHP 5.3.0, <function>hash_algos</function> will return the
      following list of algorithm names.
     </para>
     <programlisting role="php">
@@ -42,41 +64,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>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic