Home
last modified time | relevance | path

Searched refs:pg_pconnect (Results 1 – 8 of 8) sorted by relevance

/PHP-8.2/ext/pgsql/tests/
H A Dbug72195.phpt2 Bug #72195 (pg_pconnect/pg_connect cause use-after-free)
11 pg_pconnect($var1, "2", "3", "4");
18 pg_pconnect() expects at most 2 arguments, 4 given
H A Dbug65119.phpt16 $connection = pg_pconnect($conn_str, PGSQL_CONNECT_FORCE_NEW);
H A D02connection.phpt13 $db = pg_pconnect($conn_str);
/PHP-8.2/ext/pgsql/
H A Dpgsql_arginfo.h464 ZEND_FUNCTION(pg_pconnect);
561 ZEND_FE(pg_pconnect, arginfo_pg_pconnect)
H A Dpgsql.stub.php465 function pg_pconnect(string $connection_string, int $flags = 0): PgSql\Connection|false {} function
H A Dpgsql.c739 PHP_FUNCTION(pg_pconnect) in PHP_FUNCTION() argument
/PHP-8.2/
H A Dphp.ini-development1247 ; Detect broken persistent links always with pg_pconnect().
H A Dphp.ini-production1249 ; Detect broken persistent links always with pg_pconnect().

Completed in 44 milliseconds