Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ext/pdo_pgsql/pdo_pgsql.stub.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,23 @@ class Pgsql extends \PDO
#endif

/** @cvalue PGSQL_TRANSACTION_IDLE */
#[\Deprecated(since: "8.5", message: "as it has no effect")]
public const int TRANSACTION_IDLE = UNKNOWN;

/** @cvalue PGSQL_TRANSACTION_ACTIVE */
#[\Deprecated(since: "8.5", message: "as it has no effect")]
public const int TRANSACTION_ACTIVE = UNKNOWN;

/** @cvalue PGSQL_TRANSACTION_INTRANS */
#[\Deprecated(since: "8.5", message: "as it has no effect")]
public const int TRANSACTION_INTRANS = UNKNOWN;

/** @cvalue PGSQL_TRANSACTION_INERROR */
#[\Deprecated(since: "8.5", message: "as it has no effect")]
public const int TRANSACTION_INERROR = UNKNOWN;

/** @cvalue PGSQL_TRANSACTION_UNKNOWN */
#[\Deprecated(since: "8.5", message: "as it has no effect")]
public const int TRANSACTION_UNKNOWN = UNKNOWN;

public function escapeIdentifier(string $input): string {}
Expand Down
44 changes: 38 additions & 6 deletions ext/pdo_pgsql/pdo_pgsql_arginfo.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.