-
Notifications
You must be signed in to change notification settings - Fork 7.9k
general signatures discrepencies #13122
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
Conversation
fe52d2f
to
c987a4c
Compare
OK for DOM, incomplete for SimpleXML (see line 50 of simplexml.c) |
:) there are more fixes anyway. |
2a24585
to
390bfb8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/* check for end of iteration (FAILURE or SUCCESS if data is valid) */ | ||
int (*valid)(zend_object_iterator *iter); | ||
zend_result (*valid)(zend_object_iterator *iter); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably should have an entry in UPGRADING.INTERNALS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
true true :)
Seems that something got missed. As Windows is more strict on this:
|
yes I wait all pass :) |
4069ac7
to
66750f1
Compare
66750f1
to
c6db51e
Compare
No description provided.