BFN: fixed ext/hash/tiger on big endian platforms

This commit is contained in:
Michael Wallner 2006-02-19 23:50:46 +00:00
parent 4b23428d9d
commit 59fa57d232

2
NEWS
View File

@ -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)