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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user