Add float conversions too. Float users should understand how float works!!!
This commit is contained in:
Andrey Hristov 2008-09-15 18:09:20 +00:00
parent 2fced40b76
commit 8bb2465a51
5 changed files with 15 additions and 7 deletions

View file

@ -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;