Here's my error:
Fatal error: Call to undefined function password_hash() in /Applications/mampstack-5.4.25-1/apache2/htdocs/php-login/application/models/login_model.php on line 462
PHP line 462:
$user_password_hash = password_hash($_POST['user_password_new'], PASSWORD_DEFAULT, array('cost' => $hash_cost_factor));
I'm aware that password_hash is PHP 5.5.0 and I am using it. I've tried playing around with it but could succeeded. Any help would be great.
EDIT:
It says mampstack-5.4.25-1 but that's simply a name for it. I've upgraded. I've used PHP 5.5.0 features just this morning.