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