From: Andrey Hristov Date: Tue, 5 Oct 2010 10:30:00 +0000 (+0000) Subject: fixing more types X-Git-Tag: php-5.3.4RC1~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4e145b0bcdb87b3354948e6b4d5d004668ad0c1;p=php fixing more types --- 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;