Home
last modified time | relevance | path

Searched refs:auto_reset_persistent (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/ext/pgsql/
H A Dphp_pgsql.h315 zend_long auto_reset_persistent; variable
H A Dpgsql.c1090 …pgsql.auto_reset_persistent", "0", PHP_INI_SYSTEM, OnUpdateBool, auto_reset_persistent, zend_pgsq…
1402 if (PGG(auto_reset_persistent) & 1) {
1877 if ((PGG(auto_reset_persistent) & 2) && PQstatus(pgsql) != CONNECTION_OK) {
2009 if ((PGG(auto_reset_persistent) & 2) && PQstatus(pgsql) != CONNECTION_OK) {
2096 if ((PGG(auto_reset_persistent) & 2) && PQstatus(pgsql) != CONNECTION_OK) {
2206 if ((PGG(auto_reset_persistent) & 2) && PQstatus(pgsql) != CONNECTION_OK) {
4929 if ((PGG(auto_reset_persistent) & 2) && PQstatus(pgsql) != CONNECTION_OK) {
5022 if ((PGG(auto_reset_persistent) & 2) && PQstatus(pgsql) != CONNECTION_OK) {
5095 if ((PGG(auto_reset_persistent) & 2) && PQstatus(pgsql) != CONNECTION_OK) {
5199 if ((PGG(auto_reset_persistent) & 2) && PQstatus(pgsql) != CONNECTION_OK) {
[all …]
/PHP-7.3/
H A Dphp.ini-development1304 pgsql.auto_reset_persistent = Off
H A Dphp.ini-production1306 pgsql.auto_reset_persistent = Off

Completed in 30 milliseconds