Hi I am try to use the password_hash()
function like so
echo password_hash("mySecretPassword", PASSWORD_DEFAULT);
But I am gettig this error which I can figure out
Fatal error: Call to undefined function password_hash()
My current PHP version is 5.3.19 32 bit
What is the cause of this issue?