]> granicus.if.org Git - php/commitdiff
fixing more types
authorAndrey Hristov <andrey@php.net>
Tue, 5 Oct 2010 10:30:00 +0000 (10:30 +0000)
committerAndrey Hristov <andrey@php.net>
Tue, 5 Oct 2010 10:30:00 +0000 (10:30 +0000)
ext/mysqlnd/mysqlnd_structs.h

index 12ce11deb3997a4ec6e5adc2c855fdf054de2cee..30c9a459a4af36a121e46c9447fbfce25d03e714 100644 (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;