diff options
| author | Michael Wallner <mike@php.net> | 2006-02-19 23:50:46 +0000 |
|---|---|---|
| committer | Michael Wallner <mike@php.net> | 2006-02-19 23:50:46 +0000 |
| commit | 59fa57d2324c765e0ab0c0afe3e825350887149a (patch) | |
| tree | 3bb8c54583463d576b441e2bd652646ee4309fe2 | |
| parent | 4b23428d9d615d7ff26c7410bd1d65d1ec773111 (diff) | |
| download | php-git-59fa57d2324c765e0ab0c0afe3e825350887149a.tar.gz | |
BFN: fixed ext/hash/tiger on big endian platforms
| -rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |
