ircmaxell / password_compat

Compatibility with the password_* functions that ship with PHP 5.5
MIT License
2.15k stars 421 forks source link

Problem with verifiying the hashed password #95

Closed trekmp closed 7 years ago

trekmp commented 8 years ago

Doesn't work on PHP 5.6.98, but does on 5.4.25.

Have ran the test script and came back with Pass. Have checked using password_get_info and both servers return the same information, so at a loss as why this doesn't work. It's not the code as I know it's working because it does on the 5.4.25 server.

Any suggestions, really need to get this working?

GrahamCampbell commented 8 years ago

5.6.98

Is there a typo there?

trekmp commented 8 years ago

Not as far as I can tell, that is what is returned from phpinfo(); clipboard02

ircmaxell commented 8 years ago

You're using an unofficial build. There is no "5.6.98" version of PHP. That means what you're using must be a fork.

Can you share the code you're using that works on 5.4, but not on 5.6?