Skip to content

HASH_KEY_NON_EXISTANT fix #384

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 2 commits into from

Conversation

vlajos
Copy link
Contributor

@vlajos vlajos commented Jul 14, 2013

referencing to this PR: #383
this request contains the HASH_KEY_NON_EXISTANT constant name fix

@vlajos vlajos mentioned this pull request Jul 14, 2013
@smalyshev
Copy link
Contributor

We shouldn't do this for BC reasons - it may break a lot of code and make coding cross-version compatible modules harder. Not worth it IMO.

@kaplanlior
Copy link
Contributor

Could we fix this and add an entry in Zend/zend_hash.h with the old name for BC?

@smalyshev
Copy link
Contributor

@kaplanlior yes, that would work I think

@kaplanlior
Copy link
Contributor

OK, I'll prepare a patch for that.

@kaplanlior
Copy link
Contributor

@vlajos Please add this line in Zend/zend_hash.h after the change you've done.

#define HASH_KEY_NON_EXISTANT HASH_KEY_NON_EXISTENT // Keeping old define (with typo) for backward compatibility

@vlajos
Copy link
Contributor Author

vlajos commented Jul 17, 2013

ping.

@php-pulls
Copy link

Comment on behalf of stas at php.net:

merged

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.

4 participants