-
Notifications
You must be signed in to change notification settings - Fork 8k
Deprecate ZEND_SIZE_MAX and point to SIZE_MAX directly #19244
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
|
I don't see any problem regarding the availability of |
|
I agree with @cmb69 |
d1789fe to
8e9310e
Compare
cmb69
left a comment
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.
Thank you! Looks good to me now.
|
Actually, not an ABI break (not even an API break). @bukka, are you fine with this? |
|
@bukka Can this one be merged now? |
SIZE_MAXis available on windows as well.Also,
SIZE_MAXis already used all over the place whileZEND_SIZE_MAXwas used only once.