Skip to content

Fix incorrect/unused macro #6087

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

Conversation

TysonAndre
Copy link
Contributor

zend_ts_hash_init accepts 4 arguments, not 5.
The pHashFunction parameter was removed in 5d25762

Alternately, the macro could just be removed, since this wasn't reported and nothing would be using it?

zend_ts_hash_init accepts 4 arguments, not 5.
The pHashFunction parameter was removed in 5d25762
@php-pulls php-pulls closed this in ace876c Sep 6, 2020
@nikic
Copy link
Member

nikic commented Sep 6, 2020

Alternately, the macro could just be removed, since this wasn't reported and nothing would be using it?

php-src itself doesn't use zend_ts_hash, I have no idea if extensions do. Maybe it can be dropped altogether.

@TysonAndre TysonAndre deleted the fix-macro branch November 25, 2021 21:34
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