(this host is running cPanel and has a php version selector, it was using php 5.4 as default i changed it to 5.5 but still gives me error)
I made a script on localhost with php 5.5.9 now I uploaded it to my shared hosting and my login page is not loading and php error file says :
PHP Fatal error: Call to undefined function password_verify() in ...
I know this function was added in PHP 5.5 and phpinfo on my shared host says: PHP Version 5.5.23
what should i do??