andrey Tue, 05 Oct 2010 10:30:00 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=304075
Log:
fixing more types
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_structs.h
U php/php-src/trunk/ext/mysqlnd/mysqlnd_structs.h
Modified: php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_structs.h
===================================================================
--- php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_structs.h 2010-10-05
10:09:05 UTC (rev 304074)
+++ php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_structs.h 2010-10-05
10:30:00 UTC (rev 304075)
@@ -44,7 +44,7 @@
struct st_mysqlnd_memory_pool_chunk
{
- uint64_t app;
+ size_t app;
MYSQLND_MEMORY_POOL *pool;
zend_uchar *ptr;
unsigned int size;
Modified: php/php-src/trunk/ext/mysqlnd/mysqlnd_structs.h
===================================================================
--- php/php-src/trunk/ext/mysqlnd/mysqlnd_structs.h 2010-10-05 10:09:05 UTC
(rev 304074)
+++ php/php-src/trunk/ext/mysqlnd/mysqlnd_structs.h 2010-10-05 10:30:00 UTC
(rev 304075)
@@ -44,7 +44,7 @@
struct st_mysqlnd_memory_pool_chunk
{
- uint64_t app;
+ size_t app;
MYSQLND_MEMORY_POOL *pool;
zend_uchar *ptr;
unsigned int size;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php