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);
200 #define PGSQL_CONNECT_FORCE_NEW (1<<1) macro
1120 …REGISTER_LONG_CONSTANT("PGSQL_CONNECT_FORCE_NEW", PGSQL_CONNECT_FORCE_NEW, CONST_CS | CONST_PERSIS… in PHP_MINIT_FUNCTION()1297 if (Z_LVAL(args[1]) == PGSQL_CONNECT_FORCE_NEW) {1299 } else if (Z_LVAL(args[1]) & PGSQL_CONNECT_FORCE_NEW) {1300 smart_str_append_long(&str, Z_LVAL(args[1]) ^ PGSQL_CONNECT_FORCE_NEW);1419 if (!(connect_type & PGSQL_CONNECT_FORCE_NEW)
Completed in 25 milliseconds