Skip to content

Fixes mcrypt_ecb not issuing an E_DEPRECATED level notice #139

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

Closed
wants to merge 1 commit into from
Closed

Fixes mcrypt_ecb not issuing an E_DEPRECATED level notice #139

wants to merge 1 commit into from

Conversation

srgoogleguy
Copy link
Contributor

Fixes mcrypt_ecb not issuing an E_DEPRECATED level notice, despite having been deprecated for some time. Please reference bug #62374 as well.

…ving been deprecated for some time. Please reference bug #62374 as well.
@johannes
Copy link
Member

This is the wrong approach. It should use ZEND_ACC_DEPRECATED as function flag so reflection etc. can refer to it properly.

@johannes johannes closed this Jul 21, 2012
@srgoogleguy
Copy link
Contributor Author

I don't understand wha tyou mean by "should use ZEND_ACC_DEPRECATED as function flag so reflection etc. can refer to it properly.".. I don't see this anywhere else where functions are issuing E_DEPRECATED errors, but if you can elaborate I'll be happy to fix it and resubmit.

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.

2 participants