1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 22:11:12 +02:00

Merge branch 'PHP-8.0' into PHP-8.1

This commit is contained in:
David Carlier
2022-08-19 16:40:54 +01:00

View File

@@ -79,7 +79,7 @@
#if defined(_MSC_VER) || defined(__BORLANDC__)
# define FMT64 "I64"
#else
# if defined(__APPLE__)
# if defined(__APPLE__) || defined(__OpenBSD__)
# define FMT64 "ll"
# elif defined(__amd64__) || defined(__x86_64__)
# define FMT64 "l"