Searched refs:PGSQL_CONNECT_FORCE_NEW (Results 1 – 4 of 4) sorted by relevance
9 $db1 = pg_connect($conn_str, PGSQL_CONNECT_FORCE_NEW);10 $db2 = pg_connect($conn_str, PGSQL_CONNECT_FORCE_NEW);
12 $connection = pg_pconnect($conn_str, PGSQL_CONNECT_FORCE_NEW);
198 #define PGSQL_CONNECT_FORCE_NEW (1<<1) macro
1127 …REGISTER_LONG_CONSTANT("PGSQL_CONNECT_FORCE_NEW", PGSQL_CONNECT_FORCE_NEW, CONST_CS | CONST_PERSIS… in PHP_MINIT_FUNCTION()1328 if (Z_LVAL(args[1]) == PGSQL_CONNECT_FORCE_NEW) {1330 } else if (Z_LVAL(args[1]) & PGSQL_CONNECT_FORCE_NEW) {1331 smart_str_append_long(&str, Z_LVAL(args[1]) ^ PGSQL_CONNECT_FORCE_NEW);1445 if (!(connect_type & PGSQL_CONNECT_FORCE_NEW)
Completed in 21 milliseconds