Releases: lastguest/murmurhash-php
Releases · lastguest/murmurhash-php
2.1.1
- Fixed some docblock semantics #10
2.1.0
- Merged PR #11 for PHP 8 Support
2.0.0
- Refactored code as PSR-4 static class
- Raised minimum requirement to PHP 7
- Fixed #5 (Negative hash on 32bit systems)
1.3.0
[Chg] Dropped string access + ord for unpack
1.2.0
[FIX] Fixed right shift operator error on negative numbers
1.1.1
[FIX] Forced $key to be string.
1.1.0
[NEW] Added murmurhash3_int function to retrieve non base-converted hash.