summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_libmysql_compat.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2008-10-31 20:32:17 +0000
committerAndrey Hristov <andrey@php.net>2008-10-31 20:32:17 +0000
commit77c1e145e1b70a64caae504c58d78460201df4be (patch)
tree11b265212bffd1240c7eb3f924f8caecb3aa402f /ext/mysqlnd/mysqlnd_libmysql_compat.h
parent4f5895a4d2bb3f213dc58a3bced00a7a6f22a7ee (diff)
downloadphp-git-77c1e145e1b70a64caae504c58d78460201df4be.tar.gz
MFB:
64bit fixes: - fixes to sprintf modifiers, cleaning warnings - use _t types, like uint64_t instead of uint64, thus skipping series of typedefs.
Diffstat (limited to 'ext/mysqlnd/mysqlnd_libmysql_compat.h')
-rw-r--r--ext/mysqlnd/mysqlnd_libmysql_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_libmysql_compat.h b/ext/mysqlnd/mysqlnd_libmysql_compat.h
index 662cc45af3..7b3dce098c 100644
--- a/ext/mysqlnd/mysqlnd_libmysql_compat.h
+++ b/ext/mysqlnd/mysqlnd_libmysql_compat.h
@@ -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