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

Fix test expectation for PHP 8.0

Since float to string conversion is no longer locale dependent, we have
to expect a dot as decimal separator.


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