History log of /PHP-8.2/ext/pdo_mysql/tests/bug79596.phpt (Results 1 – 4 of 4)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# b5a14e6c 11-Jun-2021 Nikita Popov

Port skipif.inc files to EXTENSIONS

# a39edab9 17-May-2021 Nikita Popov

Skip float truncation test under libmysql

We don't return native types for libmysql, so this test doesn't
make sense.

# 23936929 15-May-2020 Christoph M. Becker

Merge branch 'PHP-7.4'

* PHP-7.4:
Fix #79596: MySQL FLOAT truncates to int some locales


# 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.