Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Access Keys

    (@access-keys)

    Hello there,

    Thank you for notifying the issue.

    Can you please mention in which PHP version you are getting this error?

    Are you getting this error after the update of the wordpress to version 4.6?

    Thanks

    Thread Starter Pratham

    (@pratham2003)

    Hi,

    I’m actually getting this error on HHVM ( https://hhvm.com/ ). Its a drop in replacement for the general PHP interpreter. (I think it has a bit stricter type checking in some things e.g. hash_hmac)

    But even if we are not getting an error on the normal PHP if you see the type of accepted parameters in the hash_hmac function ( https://php.net/manual/en/function.hash-hmac.php )
    You’ll notice that the 3rd parameter is of type String.
    string hash_hmac ( string $algo , string $data , string $key [, bool $raw_output = false ] )
    Whereas the plugin supplies a Boolean value.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[BUG] HHVM Compatibility’ is closed to new replies.