Searched refs:PGSQL_CONNECT_FORCE_NEW (Results 1 – 6 of 6) sorted by relevance
11 $db1 = pg_connect($conn_str, PGSQL_CONNECT_FORCE_NEW);12 $db2 = pg_connect($conn_str, PGSQL_CONNECT_FORCE_NEW);
14 $connection = pg_pconnect($conn_str, PGSQL_CONNECT_FORCE_NEW);
62 #define PGSQL_CONNECT_FORCE_NEW (1<<1) macro
26 const PGSQL_CONNECT_FORCE_NEW = UNKNOWN; define
681 REGISTER_LONG_CONSTANT("PGSQL_CONNECT_FORCE_NEW", PGSQL_CONNECT_FORCE_NEW, CONST_PERSISTENT); in register_pgsql_symbols()
557 smart_str_append_long(&str, connect_type & ~PGSQL_CONNECT_FORCE_NEW); in php_pgsql_do_connect()639 if (!(connect_type & PGSQL_CONNECT_FORCE_NEW) in php_pgsql_do_connect()
Completed in 31 milliseconds