]> granicus.if.org Git - php/commit
Fixed bug #79946
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 10 Aug 2020 07:50:55 +0000 (09:50 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 10 Aug 2020 07:52:22 +0000 (09:52 +0200)
commitda0a0a13be320a88173594c3e96394134c5c24c6
tree80468b65a614c2aa8eaa41fc965297e17813d2de
parentcedf463d1b677e60c5fce516bb52cc6cc79996ae
Fixed bug #79946

Declare __STDC_CONSTANT_MACROS and __STDC_FORMAT_MACROS via -D
to make sure they are declared before the first stdint.h include.
We also define these in php_stdint.h, but don't always include that
file first.

This is necessary for old compilers that use C99 rather than C11
semantics for stdint.h.
NEWS
ext/intl/calendar/calendar_methods.cpp
ext/intl/config.m4