summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_structs.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2008-09-15 18:09:20 +0000
committerAndrey Hristov <andrey@php.net>2008-09-15 18:09:20 +0000
commit8bb2465a516361bf857b264a44aee0339774c72c (patch)
tree5b239d0ecd2439e0d9a6c32f48ebb9c5c393b22e /ext/mysqlnd/mysqlnd_structs.h
parent2fced40b7674c8de0ba115aac14888a8b795cee3 (diff)
downloadphp-git-8bb2465a516361bf857b264a44aee0339774c72c.tar.gz
MFH:
Add float conversions too. Float users should understand how float works!!!
Diffstat (limited to 'ext/mysqlnd/mysqlnd_structs.h')
-rw-r--r--ext/mysqlnd/mysqlnd_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_structs.h b/ext/mysqlnd/mysqlnd_structs.h
index 2f6dcfa2e1..2385aff6aa 100644
--- a/ext/mysqlnd/mysqlnd_structs.h
+++ b/ext/mysqlnd/mysqlnd_structs.h
@@ -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;