summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_structs.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2010-10-05 10:30:00 +0000
committerAndrey Hristov <andrey@php.net>2010-10-05 10:30:00 +0000
commitc4e145b0bcdb87b3354948e6b4d5d004668ad0c1 (patch)
tree58a72af1ce050df219b0c73bf99ea14da57d25bd /ext/mysqlnd/mysqlnd_structs.h
parent33c99f9a44d2ffccec300c816404d7ca6265d4ad (diff)
downloadphp-git-c4e145b0bcdb87b3354948e6b4d5d004668ad0c1.tar.gz
fixing more types
Diffstat (limited to 'ext/mysqlnd/mysqlnd_structs.h')
-rw-r--r--ext/mysqlnd/mysqlnd_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_structs.h b/ext/mysqlnd/mysqlnd_structs.h
index 12ce11deb3..30c9a459a4 100644
--- a/ext/mysqlnd/mysqlnd_structs.h
+++ b/ext/mysqlnd/mysqlnd_structs.h
@@ -44,7 +44,7 @@ struct st_mysqlnd_memory_pool
struct st_mysqlnd_memory_pool_chunk
{
- uint64_t app;
+ size_t app;
MYSQLND_MEMORY_POOL *pool;
zend_uchar *ptr;
unsigned int size;