]> granicus.if.org Git - php/commitdiff
BFN: fixed ext/hash/tiger on big endian platforms
authorMichael Wallner <mike@php.net>
Sun, 19 Feb 2006 23:50:46 +0000 (23:50 +0000)
committerMichael Wallner <mike@php.net>
Sun, 19 Feb 2006 23:50:46 +0000 (23:50 +0000)
NEWS

diff --git a/NEWS b/NEWS
index c29e7dd1c8a73003ab05d67ad2074c0b5ff1e07d..1fea06f030a8edd3f04af8bfcdb5585a65f1279c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,8 @@ PHP                                                                        NEWS
 - Added ReflectionClass::newInstanceArgs($args). (Marcus)
 - Added imap_savebody() that allows message body to be written to a file.
   (Mike)
+- Fixed tiger hash algorithm generating wrong results on big endian platforms.
+  (Mike)
 - Fixed bug #36436 (DBA problem with Berkeley DB4). (Marcus)
 - Fixed bug #36420 (segfault when access result->num_rows after calling 
   result->close()). (Ilia)