1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 01:32:22 +01:00
Files
archived-php-src/ext
Keyur Govande f2eadb93b9 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()
2015-01-07 22:45:23 +00:00
..
2014-01-03 11:06:16 +08:00
2014-05-08 02:00:23 -07:00
2014-01-03 11:06:16 +08:00
2014-12-16 10:15:17 -08:00
2014-01-03 11:06:16 +08:00
2014-08-17 21:33:41 +03:00
2014-01-03 11:06:16 +08:00
2014-08-17 15:48:22 +03:00
2014-11-24 16:14:17 +01:00
2015-01-04 17:05:42 +01:00
2014-07-08 15:04:09 -07:00
2015-01-04 21:07:57 -08:00
2014-11-21 13:56:49 +01:00
2014-12-25 06:20:52 -05:00
2014-01-03 11:06:16 +08:00
2014-11-30 17:09:53 -08:00
2014-08-17 15:48:22 +03:00
2014-09-28 12:25:24 -07:00
2014-01-03 11:06:16 +08:00
2014-06-20 13:57:38 +04:00
2014-02-24 17:02:16 -08:00
2014-12-19 21:42:42 +01:00
2014-12-16 08:37:48 +01:00
2014-01-03 11:06:16 +08:00
2014-01-03 11:06:16 +08:00
2014-01-03 11:06:16 +08:00
2014-11-23 16:09:24 -08:00
2014-04-14 15:45:53 -07:00
2014-01-03 11:06:16 +08:00
2014-09-28 23:25:47 -03:00
2014-01-03 11:06:16 +08:00
2014-01-03 11:06:16 +08:00
2014-01-03 11:06:16 +08:00
2014-11-10 10:42:57 -08:00
2014-01-03 11:06:16 +08:00
2014-01-03 11:06:16 +08:00
2014-01-03 11:06:16 +08:00
2014-01-03 11:06:16 +08:00
2014-01-03 11:06:16 +08:00
2014-08-24 00:09:00 +02:00
2014-01-03 11:06:16 +08:00
2014-01-03 11:06:16 +08:00