Skip to content

Commit 7d5b754

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Fix the default value of fetchMode in PDO::pgsqlGetNotify()
2 parents f3cddbb + b500ddd commit 7d5b754

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/pdo_pgsql/pgsql_driver.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function pgsqlLOBOpen(string $oid, string $mode = "rb") {}
2929
public function pgsqlLOBUnlink(string $oid): bool {}
3030

3131
/** @tentative-return-type */
32-
public function pgsqlGetNotify(int $fetchMode = PDO::FETCH_USE_DEFAULT, int $timeoutMilliseconds = 0): array|false {}
32+
public function pgsqlGetNotify(int $fetchMode = PDO::FETCH_DEFAULT, int $timeoutMilliseconds = 0): array|false {}
3333

3434
/** @tentative-return-type */
3535
public function pgsqlGetPid(): int {}

ext/pdo_pgsql/pgsql_driver_arginfo.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)