History log of /PHP-8.1/ext/mysqli/tests/gh7837.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 49512b6b 30-Dec-2021 Kamil Tekiela

Fix formatting in the new mysqli test


# b3903515 29-Dec-2021 NathanFreeman <1056159381@qq.com>

Fix bug where large bigints may be truncated

Unless stringified results are requested, we need to parse large
bigints as unsigned, to avoid wrap-around behavior.

Co-authored-by:

Fix bug where large bigints may be truncated

Unless stringified results are requested, we need to parse large
bigints as unsigned, to avoid wrap-around behavior.

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-7837.

show more ...