1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 15:43:13 +02:00

fixing more types

This commit is contained in:
Andrey Hristov
2010-10-05 10:30:00 +00:00
parent d6efd2fef4
commit 75ed0bbb3e

View File

@@ -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;