diff options
author | Keyur Govande <keyur@php.net> | 2015-01-06 06:33:38 +0000 |
---|---|---|
committer | Keyur Govande <keyur@php.net> | 2015-01-26 21:19:00 +0000 |
commit | e51980f4e67e99b3c63f9c8585805d63bbf9b20d (patch) | |
tree | 018e8e12b73f8c7dbfaf20c410e1fb3b92dfe312 /sapi/tux/php_tux.c | |
parent | f014785eeb8b269b2238954255fddf6dd9a10e5f (diff) | |
download | php-git-e51980f4e67e99b3c63f9c8585805d63bbf9b20d.tar.gz |
Fix for bugs #68114 (Build fails on OS X due to undefined symbols)
and #68657 (Reading 4 byte floats with Mysqli and libmysqlclient
has rounding errors).
The patch removes support for Decimal floating point numbers and
now defaults to using similar logic as what libmysqlclient does:
convert a 4 byte floating point number into a string, and then the
string into a double. The quirks of MySQL are maintained as seen in
Field_Float::val_str()
Diffstat (limited to 'sapi/tux/php_tux.c')
0 files changed, 0 insertions, 0 deletions