Searched refs:PGSQL_CONNECT_ASYNC (Results 1 – 5 of 5) sorted by relevance
15 if (!$db = pg_connect($conn_str, PGSQL_CONNECT_ASYNC)) {
63 #define PGSQL_CONNECT_ASYNC (1<<2) macro
31 const PGSQL_CONNECT_ASYNC = UNKNOWN; define
682 REGISTER_LONG_CONSTANT("PGSQL_CONNECT_ASYNC", PGSQL_CONNECT_ASYNC, CONST_PERSISTENT); in register_pgsql_symbols()
652 if (connect_type & PGSQL_CONNECT_ASYNC) { in php_pgsql_do_connect()
Completed in 21 milliseconds