Searched refs:PGSQL_CONNECT_ASYNC (Results 1 – 3 of 3) sorted by relevance
13 if (!$db = pg_connect($conn_str, PGSQL_CONNECT_ASYNC)) {
199 #define PGSQL_CONNECT_ASYNC (1<<2) macro
1128 REGISTER_LONG_CONSTANT("PGSQL_CONNECT_ASYNC", PGSQL_CONNECT_ASYNC, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()1466 if (connect_type & PGSQL_CONNECT_ASYNC) {
Completed in 23 milliseconds