My PHP version is 5.2.11 which is higher than the required version for hash_algos. however, when I run it either via web or command line, it returns
Fatal error: Call to undefined function hash_algos()
So as for other Hash functions. Do i have to turn anything on in the php.inin or what should I do?
I have checked the php --re hash
and the extension isn't there. I am very sure it is either not there or disabled.
I also tried to installed it (PECL) but don't know how.