mhash as a separate module is no longer supported in PHP 5.3.0, and it is not enabled by default in my installation. It is impossible to install the mhash extension separately because yum reports it is obsoleted by php-common.
I am unable to log into the control panel as admin/admin after a fresh install. I have tried using the PEAR PHP_Compat library from http://pear.php.net/package/PHP_Compat but I think it only adds support for MHASH_MD5 and not MHASH_SHA256 which is what Scalr appears to use for authentication. I tried changing define("HASH_ALGO", "MHASH_SHA256"); to define("HASH_ALGO", "MD5"); in class.Crypto.php but no luck. What can I do to resolve this? In this way, Scalr appears to be incompatible with PHP 5.3.0? I'm installing on 32bit CentOS 5.3, apache, PHP 5.3.0 + MySQL 5 Thanks, Geoff --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "scalr-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/scalr-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
