summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_structs.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2008-09-15 18:07:58 +0000
committerAndrey Hristov <andrey@php.net>2008-09-15 18:07:58 +0000
commit9b48b002f6cc6a57dbc20afba1c38fb083ffaf7b (patch)
tree5c91edeecb538e35076327a0755a7a1e0c73d244 /ext/mysqlnd/mysqlnd_structs.h
parente27148f73624b80fbea392f0efbcee1190511373 (diff)
downloadphp-git-9b48b002f6cc6a57dbc20afba1c38fb083ffaf7b.tar.gz
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;