Home
last modified time | relevance | path

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

/php-src/ext/pgsql/tests/
H A Dbug75419.phpt11 $db1 = pg_connect($conn_str, PGSQL_CONNECT_FORCE_NEW);
12 $db2 = pg_connect($conn_str, PGSQL_CONNECT_FORCE_NEW);
H A Dgh13519.phpt2 GH-13519 - PGSQL_CONNECT_FORCE_NEW with persistent connections.
18 $db2 = pg_pconnect($conn_str, PGSQL_CONNECT_FORCE_NEW);
H A Dbug65119.phpt16 $connection = pg_pconnect($conn_str, PGSQL_CONNECT_FORCE_NEW);
/php-src/ext/pgsql/
H A Dphp_pgsql.h56 #define PGSQL_CONNECT_FORCE_NEW (1<<1) macro
H A Dpgsql.stub.php26 const PGSQL_CONNECT_FORCE_NEW = UNKNOWN; define
H A Dpgsql.c678 smart_str_append_long(&str, connect_type & ~PGSQL_CONNECT_FORCE_NEW); in php_pgsql_do_connect()
717 if (connect_type & PGSQL_CONNECT_FORCE_NEW) { in php_pgsql_do_connect()
768 if (!(connect_type & PGSQL_CONNECT_FORCE_NEW) in php_pgsql_do_connect()
H A Dpgsql_arginfo.h749 REGISTER_LONG_CONSTANT("PGSQL_CONNECT_FORCE_NEW", PGSQL_CONNECT_FORCE_NEW, CONST_PERSISTENT); in register_pgsql_symbols()

Completed in 48 milliseconds