Merge branch 'PHP-8.4'

* PHP-8.4:
  Fix PDO_Firebird tests for 32bit
This commit is contained in:
Christoph M. Becker 2024-10-07 19:53:04 +02:00
commit 85cf4a39d7
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6
2 changed files with 3 additions and 3 deletions

View file

@ -64,11 +64,11 @@ $dbh = getDbConnection();
@$dbh->exec('drop sequence g_bug_15604');
unset($dbh);
?>
--EXPECT--
--EXPECTF--
bool(false)
array(3) {
["ID"]=>
int(2)
%r(int\(2\)|string\(1\) "2")%r
["A"]=>
int(2)
["B"]=>

View file

@ -49,7 +49,7 @@ echo "\ndone\n";
?>
--EXPECTF--
{
"I64": 15,
"I64": %r(15|"15")%r,
"I128": "15",
"N": "123.97",
"N2": "123.97",