Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E_USER_ERROR instead of warning if crypt function is not supprted #87

Closed
wants to merge 1 commit into from

Conversation

nimasdj
Copy link

@nimasdj nimasdj commented Aug 11, 2015

If crypt function is not supported this is more than an issue for this lib, you should consider E_USER_ERROR instead of warning.

@nimasdj nimasdj mentioned this pull request Aug 11, 2015
@nimasdj nimasdj changed the title Update password.php E_USER_ERROR instead of warning if crypt function is not supprted Aug 11, 2015
@ircmaxell
Copy link
Owner

This replicates the behaviour of PHP 5.5+. If crypt isn't available, it warnings and returns null.

@ircmaxell ircmaxell closed this Aug 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants