Skip to content

Commit e811bff

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix odbc_data_source_001.phpt
2 parents c38c6ac + 6713d51 commit e811bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/odbc/tests/odbc_data_source_001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include 'config.inc';
1717
$conn = odbc_connect($dsn, $user, $pass);
1818

1919
try {
20-
var_dump(odbc_data_source($conn, NULL));
20+
var_dump(odbc_data_source($conn, SQL_FETCH_FIRST + SQL_FETCH_NEXT));
2121
} catch (\ValueError $e) {
2222
echo $e->getMessage() . \PHP_EOL;
2323
}

0 commit comments

Comments
 (0)