mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
MFH:
Add float conversions too. Float users should understand how float works!!!
This commit is contained in:
parent
2fced40b76
commit
8bb2465a51
5 changed files with 15 additions and 7 deletions
|
@ -177,7 +177,7 @@ typedef struct st_mysqlnd_option
|
|||
|
||||
zend_bool numeric_and_datetime_as_unicode;
|
||||
#ifdef MYSQLND_STRING_TO_INT_CONVERSION
|
||||
zend_bool int_and_year_as_int;
|
||||
zend_bool int_and_float_native;
|
||||
#endif
|
||||
unsigned int net_read_buffer_size;
|
||||
} MYSQLND_OPTION;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue