History log of /PHP-7.4/ext/mysqli/tests/bug74779.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 4ff26655 05-Feb-2021 Christoph M. Becker

Use ST_Y() instead of the deprecated/removed Y() in test


# 3f8d21b9 04-Feb-2021 Christoph M. Becker

Fix #74779: x() and y() truncating floats to integers

We must not use the locale dependent `atof()`, but instead use the
(hopefully) locale independent `zend_strtod()`, when converting s

Fix #74779: x() and y() truncating floats to integers

We must not use the locale dependent `atof()`, but instead use the
(hopefully) locale independent `zend_strtod()`, when converting string
representations of floating point numbers which are sent by the server.

Closes GH-6665.

show more ...