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