Home
last modified time | relevance | path

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

/PHP-5.3/ext/pgsql/
H A Dphp_pgsql.h283 long auto_reset_persistent; variable
H A Dpgsql.c910 …pgsql.auto_reset_persistent", "0", PHP_INI_SYSTEM, OnUpdateBool, auto_reset_persistent, zend_pgsq…
1175 if (PGG(auto_reset_persistent) & 1) {
1600 if ((PGG(auto_reset_persistent) & 2) && PQstatus(pgsql) != CONNECTION_OK) {
1737 if ((PGG(auto_reset_persistent) & 2) && PQstatus(pgsql) != CONNECTION_OK) {
1823 if ((PGG(auto_reset_persistent) & 2) && PQstatus(pgsql) != CONNECTION_OK) {
1944 if ((PGG(auto_reset_persistent) & 2) && PQstatus(pgsql) != CONNECTION_OK) {
4473 if ((PGG(auto_reset_persistent) & 2) && PQstatus(pgsql) != CONNECTION_OK) {
4557 if ((PGG(auto_reset_persistent) & 2) && PQstatus(pgsql) != CONNECTION_OK) {
4608 if ((PGG(auto_reset_persistent) & 2) && PQstatus(pgsql) != CONNECTION_OK) {
4694 if ((PGG(auto_reset_persistent) & 2) && PQstatus(pgsql) != CONNECTION_OK) {
/PHP-5.3/
H A Dphp.ini-development1390 pgsql.auto_reset_persistent = Off
H A Dphp.ini-production1390 pgsql.auto_reset_persistent = Off

Completed in 32 milliseconds