Open
Description
Description
The test ext/sqlite3/tests/sqlite3_bind_bug68849.phpt
fail on x86 arch (32-bits)
Previous build (8.2.10RC1) passed but sqlite was 3.42.0 (current is 3.43.0)
The same test failed building PHP 8.3RC1 so very probably precision somehow affected
========DIFF========
--
["b"]=>
string(5) "hello"
["c"]=>
[1;32m007+ float(3.1399999999999997)[0m
[1;31m007- float(3.14)[0m
}
array(3) {
["a"]=>
--
["b"]=>
string(5) "hello"
["c"]=>
[1;32m015+ float(3.1399999999999997)[0m
[1;31m015- float(3.14)[0m
}
array(3) {
["a"]=>
--
["b"]=>
string(2) "42"
["c"]=>
[1;32m023+ float(0.42000000000000004)[0m
[1;31m023- float(0.42)[0m
}
array(3) {
["a"]=>
--
========DONE========
Refs
- https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/50091
- https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/50709
PHP Version
PHP 8.1.22, 8.2.9, 8.3.0RC1
Operating System
Alpinelinux