Home
last modified time | relevance | path

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

/PHP-7.0/ext/pgsql/
H A Dphp_pgsql.h318 zend_long auto_reset_persistent; variable
H A Dpgsql.c1084 …pgsql.auto_reset_persistent", "0", PHP_INI_SYSTEM, OnUpdateBool, auto_reset_persistent, zend_pgsq…
1376 if (PGG(auto_reset_persistent) & 1) {
1864 if ((PGG(auto_reset_persistent) & 2) && PQstatus(pgsql) != CONNECTION_OK) {
1996 if ((PGG(auto_reset_persistent) & 2) && PQstatus(pgsql) != CONNECTION_OK) {
2083 if ((PGG(auto_reset_persistent) & 2) && PQstatus(pgsql) != CONNECTION_OK) {
2200 if ((PGG(auto_reset_persistent) & 2) && PQstatus(pgsql) != CONNECTION_OK) {
4890 if ((PGG(auto_reset_persistent) & 2) && PQstatus(pgsql) != CONNECTION_OK) {
4989 if ((PGG(auto_reset_persistent) & 2) && PQstatus(pgsql) != CONNECTION_OK) {
5062 if ((PGG(auto_reset_persistent) & 2) && PQstatus(pgsql) != CONNECTION_OK) {
5166 if ((PGG(auto_reset_persistent) & 2) && PQstatus(pgsql) != CONNECTION_OK) {
[all …]
/PHP-7.0/
H A Dphp.ini-development1279 pgsql.auto_reset_persistent = Off
H A Dphp.ini-production1279 pgsql.auto_reset_persistent = Off

Completed in 37 milliseconds