Home
last modified time | relevance | path

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

/PHP-8.0/ext/pgsql/tests/
H A Dbug72195.phpt2 Bug #72195 (pg_pconnect/pg_connect cause use-after-free)
9 pg_pconnect($var1, "2", "3", "4");
16 pg_pconnect() expects at most 2 arguments, 4 given
H A Dbug65119.phpt12 $connection = pg_pconnect($conn_str, PGSQL_CONNECT_FORCE_NEW);
H A D02connection.phpt11 $db = pg_pconnect($conn_str);
/PHP-8.0/ext/pgsql/
H A Dphp_pgsql.h62 PHP_FUNCTION(pg_pconnect);
H A Dpgsql_arginfo.h452 ZEND_FUNCTION(pg_pconnect);
544 ZEND_FE(pg_pconnect, arginfo_pg_pconnect)
H A Dpgsql.stub.php9 function pg_pconnect(string $connection_string, int $flags = 0) {} function
H A Dpgsql.c721 PHP_FUNCTION(pg_pconnect) in PHP_FUNCTION() argument
/PHP-8.0/
H A Dphp.ini-development1285 ; Detect broken persistent links always with pg_pconnect().
H A Dphp.ini-production1287 ; Detect broken persistent links always with pg_pconnect().

Completed in 53 milliseconds