History log of /PHP-7.4/ext/pdo_mysql/tests/bug79596.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# d1cd489a 15-May-2020 Christoph M. Becker

Fix #79596: MySQL FLOAT truncates to int some locales

We must not do locale aware float to string conversion here; instead
we using our `snprintf()` implementation with the `F` specifier.