Home
last modified time | relevance | path

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

/PHP-5.5/ext/pgsql/tests/
H A Dbug65119.phpt12 $connection = pg_pconnect($conn_str, PGSQL_CONNECT_FORCE_NEW);
/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h188 #define PGSQL_CONNECT_FORCE_NEW (1<<1) macro
H A Dpgsql.c1087 …REGISTER_LONG_CONSTANT("PGSQL_CONNECT_FORCE_NEW", PGSQL_CONNECT_FORCE_NEW, CONST_CS | CONST_PERSIS… in PHP_MINIT_FUNCTION()
1246 if (Z_LVAL_PP(args[1]) == PGSQL_CONNECT_FORCE_NEW) {
1248 } else if (Z_LVAL_PP(args[1]) & PGSQL_CONNECT_FORCE_NEW) {
1249 smart_str_append_long(&str, Z_LVAL_PP(args[1]) ^ PGSQL_CONNECT_FORCE_NEW);
1368 if (!(connect_type & PGSQL_CONNECT_FORCE_NEW)
/PHP-5.5/
H A DNEWS7884 - Fixed bug #39979 (PGSQL_CONNECT_FORCE_NEW will causes next connect to

Completed in 43 milliseconds