php password hash - Call to undefined function password_hash() in PHP 5.4 -
i trying use password_hash()
function in website, , getting error call undefined function password_hash().
checked server details in godaddy, , current version of php 5.4. how can fix this?
password_hash()
not available in php 5.4. new feature in php 5.5. in meantime can use this compatibility pack replacement.
compatibility pack sidenote:
this library requires php >= 5.3.7 or version has $2y fix backported (such redhat provides). note debian's 5.3.3 version not supported.
for versions not covered these versions, consult:
- http://php.net/crypt - (php 4, php 5)
Comments
Post a Comment