Searched refs:PGSQL_CONNECT_FORCE_NEW (Results 1 – 7 of 7) sorted by relevance
11 $db1 = pg_connect($conn_str, PGSQL_CONNECT_FORCE_NEW);12 $db2 = pg_connect($conn_str, PGSQL_CONNECT_FORCE_NEW);
2 GH-13519 - PGSQL_CONNECT_FORCE_NEW with persistent connections.18 $db2 = pg_pconnect($conn_str, PGSQL_CONNECT_FORCE_NEW);
16 $connection = pg_pconnect($conn_str, PGSQL_CONNECT_FORCE_NEW);
56 #define PGSQL_CONNECT_FORCE_NEW (1<<1) macro
26 const PGSQL_CONNECT_FORCE_NEW = UNKNOWN; define
677 smart_str_append_long(&str, connect_type & ~PGSQL_CONNECT_FORCE_NEW); in php_pgsql_do_connect()716 if (connect_type & PGSQL_CONNECT_FORCE_NEW) { in php_pgsql_do_connect()767 if (!(connect_type & PGSQL_CONNECT_FORCE_NEW) in php_pgsql_do_connect()
736 REGISTER_LONG_CONSTANT("PGSQL_CONNECT_FORCE_NEW", PGSQL_CONNECT_FORCE_NEW, CONST_PERSISTENT); in register_pgsql_symbols()
Completed in 46 milliseconds