Searched refs:PGSQL_CONNECT_ASYNC (Results 1 – 6 of 6) sorted by relevance
15 if (!$db = pg_connect($conn_str, PGSQL_CONNECT_ASYNC)) {
15 if (!($db = pg_connect($conn_str, PGSQL_CONNECT_ASYNC))) die("pg_connect failed");
57 #define PGSQL_CONNECT_ASYNC (1<<2) macro
31 const PGSQL_CONNECT_ASYNC = UNKNOWN; define
737 REGISTER_LONG_CONSTANT("PGSQL_CONNECT_ASYNC", PGSQL_CONNECT_ASYNC, CONST_PERSISTENT); in register_pgsql_symbols()
780 if (connect_type & PGSQL_CONNECT_ASYNC) { in php_pgsql_do_connect()
Completed in 29 milliseconds