mirror of
https://github.com/php/php-src.git
synced 2024-11-29 04:46:07 +08:00
Fix #47535 Compilation failure in ps_fetch_from_1_to_8_bytes()
This commit is contained in:
parent
f0c630b9ac
commit
16606a9cdf
@ -199,6 +199,11 @@ typedef unsigned long long uint64_t;
|
||||
#define MYSQLND_LLU_SPEC "%llu"
|
||||
#endif
|
||||
|
||||
#ifdef _AIX
|
||||
#define MYSQLND_LL_SPEC "%lli"
|
||||
#define MYSQLND_LLU_SPEC "%llu"
|
||||
#endif
|
||||
|
||||
#define MYSQLND_SZ_T_SPEC "%zd"
|
||||
#ifndef L64
|
||||
#define L64(x) x##LL
|
||||
|
Loading…
Reference in New Issue
Block a user