summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2006-02-19 23:50:46 +0000
committerMichael Wallner <mike@php.net>2006-02-19 23:50:46 +0000
commit59fa57d2324c765e0ab0c0afe3e825350887149a (patch)
tree3bb8c54583463d576b441e2bd652646ee4309fe2
parent4b23428d9d615d7ff26c7410bd1d65d1ec773111 (diff)
downloadphp-git-59fa57d2324c765e0ab0c0afe3e825350887149a.tar.gz
BFN: fixed ext/hash/tiger on big endian platforms
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c29e7dd1c8..1fea06f030 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)