Home
last modified time | relevance | path

Searched refs:PGSQL_CONNECT_FORCE_NEW (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/pgsql/tests/
H A Dbug75419.phpt9 $db1 = pg_connect($conn_str, PGSQL_CONNECT_FORCE_NEW);
10 $db2 = pg_connect($conn_str, PGSQL_CONNECT_FORCE_NEW);
H A Dbug65119.phpt12 $connection = pg_pconnect($conn_str, PGSQL_CONNECT_FORCE_NEW);
/PHP-8.0/ext/pgsql/
H A Dphp_pgsql.h164 #define PGSQL_CONNECT_FORCE_NEW (1<<1) macro
H A Dpgsql.c363 …REGISTER_LONG_CONSTANT("PGSQL_CONNECT_FORCE_NEW", PGSQL_CONNECT_FORCE_NEW, CONST_CS | CONST_PERSIS… in PHP_MINIT_FUNCTION()
540 smart_str_append_long(&str, connect_type & ~PGSQL_CONNECT_FORCE_NEW); in php_pgsql_do_connect()
616 if (!(connect_type & PGSQL_CONNECT_FORCE_NEW) in php_pgsql_do_connect()

Completed in 24 milliseconds