06.06.2013, 18:23
Just use toupper at the hashed string from PHP:
returns the upper case hash, like in SA:MP. This is the only problem your could have with the Whirlpool in PHP, I had the same problem and toupper solved.
Код:
toupper( hash( 'whirlpool', $string ) )