From 59fa57d2324c765e0ab0c0afe3e825350887149a Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Sun, 19 Feb 2006 23:50:46 +0000 Subject: [PATCH] BFN: fixed ext/hash/tiger on big endian platforms --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index c29e7dd1c8a..1fea06f030a 100644 --- 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)