diff options
author | Andrey Hristov <andrey@php.net> | 2008-09-15 18:07:58 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2008-09-15 18:07:58 +0000 |
commit | 9b48b002f6cc6a57dbc20afba1c38fb083ffaf7b (patch) | |
tree | 5c91edeecb538e35076327a0755a7a1e0c73d244 /ext/mysqlnd/mysqlnd_structs.h | |
parent | e27148f73624b80fbea392f0efbcee1190511373 (diff) | |
download | php-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.h | 2 |
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; |