-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Fix stubs of DateTimeZone->getTransitions #17992
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
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!
Isn't there a similar issue with the start time? Shouldn't that not be |
@derickr it's defined as |
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.
Ah, you're right. LGTM, but it looks like you need to rebase first.
The default value of `timestamp_end` is INT32_MAX and not ZEND_LONG_MAX
done |
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.
CircleCI failure was my fault and got fixed by in #18666
The default value of
timestamp_end
isINT32_MAX
and notZEND_LONG_MAX
.Additionally, changing the default to
ZEND_LONG_MAX
would result in an OOM error on calling the function without params.