mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
MFB:
64bit fixes: - fixes to sprintf modifiers, cleaning warnings - use _t types, like uint64_t instead of uint64, thus skipping series of typedefs.
This commit is contained in:
parent
4f5895a4d2
commit
77c1e145e1
11 changed files with 295 additions and 311 deletions
|
@ -31,7 +31,7 @@
|
|||
#define MYSQL_ROW MYSQLND_ROW_C
|
||||
#define MYSQL MYSQLND
|
||||
#define my_bool zend_bool
|
||||
#define my_ulonglong uint64
|
||||
#define my_ulonglong uint64_t
|
||||
|
||||
#define MYSQL_VERSION_ID MYSQLND_VERSION_ID
|
||||
#define MYSQL_SERVER_VERSION MYSQLND_VERSION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue