Skip to content

Commit

Permalink
[phpstorm-stubs] update pgsql constants values
Browse files Browse the repository at this point in the history
  • Loading branch information
isfedorov committed Feb 13, 2024
1 parent be32b61 commit 30b3723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pgsql/pgsql.php
Original file line number Diff line number Diff line change
Expand Up @@ -2097,8 +2097,8 @@ function pg_exit_pipeline_mode(PgSql\Connection $connection): bool {}
*/
function pg_enter_pipeline_mode(PgSql\Connection $connection): bool {}

define('PGSQL_LIBPQ_VERSION', "16.1");
define('PGSQL_LIBPQ_VERSION_STR', "16.1");
define('PGSQL_LIBPQ_VERSION', "16.2");
define('PGSQL_LIBPQ_VERSION_STR', "16.2");

/**
* Passed to <b>pg_connect</b> to force the creation of a new connection,
Expand Down

0 comments on commit 30b3723

Please sign in to comment.