nlopess Sat Jan 21 13:01:29 2006 UTC
Modified files:
/phpdoc/en/reference/hash reference.xml
Log:
add a warning about the tiger implementation (produces bad results in powerpc
and segfaults in sparc)
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/hash/reference.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/hash/reference.xml
diff -u phpdoc/en/reference/hash/reference.xml:1.2
phpdoc/en/reference/hash/reference.xml:1.3
--- phpdoc/en/reference/hash/reference.xml:1.2 Tue Dec 6 11:06:46 2005
+++ phpdoc/en/reference/hash/reference.xml Sat Jan 21 13:01:29 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- Purpose: mathcrypto.crypto -->
<!-- Membership: bundled, pecl -->
<!-- State: experimental -->
@@ -14,6 +14,13 @@
Message Digest (hash) engine. Allows direct or incremental processing
of arbitrary length messages using a variety of hashing algorithms.
</para>
+ <warning>
+ <para>
+ The Tiger algorithm implementation is currently broken on some non-x86
+ platforms, like PowerPC and SPARC. You may track changes in the <ulink
+ url="http://pecl.php.net/bugs/6391">Bug report</ulink>.
+ </para>
+ </warning>
</section>
<section id="hash.requirements">
&reftitle.required;