I have PHP 5.5.6 on my XAMPP and I didn't encounter the error. But after uploading my website to our testing environment the following error occurred:
PHP Fatal Error: Call to undefined function password_verify()
Our testing envt/server has PHP 5.5.9 (I checked it using command php -v)
I also checked the PHP manual and it says nothing to configure and nothing to install when using this functions. Any ideas what might be causing this issue?