I'm tying out a new moodle module, which provides integration with Windows Live.
When using the live authentication I get a blank page. Switch on PHP error logging and get:
Fatal error: Call to undefined function hash_hmac() in /srv/www/htdocs/moodle/auth/liveid/windowslivelogin.php on line 1293
Line 1293 is: return hash_hmac("sha256", $token, $signkey, true);
I have compiled PHP with the mhash extension.
My question is how can I test hash_hmac() functionality on my server?
Cheers,
Nathan.