-1

I just installed php 5.5 and do not know if I forgot to configure something to make the hash_pbkdf2 function working, which I have to do so that I can be using it?

edit: for the people who can not understand my problem, and avoid negative votes without a reason:

my php is 5.5.10 and when i use the hash_pbkdf2() says does not exist.

Deharlan
  • 32
  • 2
  • 11
  • Cool people give negative vote but do not respond a question that I am having doubt even if it is stupid. – Deharlan Mar 11 '14 at 11:51

1 Answers1

0

It doesn't have anything to configure, but maybe you forgot to install the module? You can read more about the hash module requirements.

Hans Westman
  • 839
  • 1
  • 15
  • 28
  • Says it requires no configuration, and or any module, but the function still does not work for me. – Deharlan Mar 11 '14 at 12:01
  • Maybe you installed PHP without hash support? I found a backup solution in [this comment](http://www.php.net/manual/en/function.hash-pbkdf2.php#113488). – Hans Westman Mar 11 '14 at 12:18