Skip to content

Conversation

petk
Copy link
Member

@petk petk commented Jun 28, 2025

This is another simplification regarding some standard types availability - the intmax_t isn't used much in PHP except in few bundled files and there doesn't seem to be any build errors regarding it out there. So I think this is also fine to do already at this point.

The intmax_t is a C99 standard type defined in <stdint.h> and widely available on current platforms. On Windows they are available as of Visual Studio 2013. Using it conditionally as in these occurrences is not needed anymore.

The intmax_t is a C99 standard type defined in `<stdint.h>` and widely
available on current platforms. On Windows they are available as of
Visual Studio 2013. Using it conditionally as in these occurrences is
not needed anymore.
@petk petk merged commit 93e3aca into php:master Jun 29, 2025
9 checks passed
@petk petk deleted the patch-intmax-t branch June 29, 2025 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants