History log of /php-src/ext/pdo_firebird/tests/bug_15604.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 626dc509 07-Oct-2024 Christoph M. Becker

Fix PDO_Firebird tests for 32bit

These tests are failing because the integers are too large to be cast
to a PHP int. We fix this by expecting either an int or a string.

Closes

Fix PDO_Firebird tests for 32bit

These tests are failing because the integers are too large to be cast
to a PHP int. We fix this by expecting either an int or a string.

Closes GH-16278.

show more ...


# eb3e7a2c 27-Aug-2024 Simonov Denis

ext/pdo_firebird: Fixed GH-15604 Always make input parameters nullable (#15605)

Fixes #15604
Closes #15605