-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Mcrypt ecb fix #138
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
Mcrypt ecb fix #138
Conversation
On Thu, 19 Jul 2012, srgoogleguy wrote:
This looks weird. The PR should only have the last commit in it. cheers, http://derickrethans.nl | http://xdebug.org |
Yea, I have no idea why it keeps doing that. I'm trying to rebase. I think it's because I messed up my local branch and keeps adding old commits for some reason. I'll try to get those strange commits removed later today when I get a chance. |
Hi, @srgoogleguy |
This has been fixed and sent as a new PR 139 thanks |
Fixes mcrypt_ecb not issuing an E_DEPRECATED level notice, despite having been deprecated for some time. Please reference bug #62374 as well.