History log of /PHP-8.1/ext/pdo_mysql/tests/bug79596.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# 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.


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