-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
[5.5] bcrypt changed to Hash::make and renamed to str_hash :D #20152
Conversation
@Dylan-DPC Maybe you could close this in favour of #20155? |
no i could merge your changes in this PR? |
@Dylan-DPC I'll PR your PR :D |
Maybe |
@fernandobandeira Well, |
Yep i get it just a suggestion... |
If the "str_hash" function is going to happen, why not add it alongside bcrypt for now, and change any core references to the new wording. This way users will be able to continue using bcrypt, but know it is deprecated. Personally don't see any reason to change at all just because something may be changing in 7.2. |
@devcircus I'd say that's Taylor decision. It has been suggested lots of times to trigger |
Definitely Taylor's call. Just would be good to avoid needlessly breaking apps due to some possible future change. |
Should just put a |
Also, i'd suggest calling it @m1guelpf yea i just noticed :) |
Lets give it some uniqueness and call it |
Don't remove the bcrypt method. I would just add the new method for now and we'll remove bcrypt helper in a later release. |
@taylorotwell fine i will add the bcrypt method again. Reopen? or create a new PR? |
@Dylan-DPC New PR. |
@taylorotwell How about deprecating bcrypt()? |
Small change as requested in laravel/ideas#695