We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e10627 commit 5e750feCopy full SHA for 5e750fe
ext/mysqlnd/mysqlnd_structs.h
@@ -1009,15 +1009,15 @@ struct st_mysqlnd_result_metadata
1009
uint64_t initialized_rows; \
1010
\
1011
/* Column lengths of current row - both buffered and unbuffered. For buffered results it duplicates the data found in **data */ \
1012
- unsigned long *lengths; \
+ php_uint_t *lengths; \
1013
1014
MYSQLND_MEMORY_POOL *result_set_memory_pool; \
1015
1016
- unsigned int references; \
+ php_uint_t references; \
1017
1018
MYSQLND_ERROR_INFO error_info; \
1019
1020
- unsigned int field_count; \
+ php_uint_t field_count; \
1021
zend_bool ps; \
1022
zend_bool persistent; \
1023
struct st_mysqlnd_result_buffered_methods m; \
0 commit comments