persistent_timeout 1063 ext/oci8/oci8.c STD_PHP_INI_ENTRY( "oci8.persistent_timeout", "-1", PHP_INI_SYSTEM, ONUPDATELONGFUNC, persistent_timeout, zend_oci_globals, oci_globals) persistent_timeout 2133 ext/oci8/oci8.c connection->idle_expiry = (OCI_G(persistent_timeout) > 0) ? (timestamp + OCI_G(persistent_timeout)) : 0; persistent_timeout 2413 ext/oci8/oci8.c if (OCI_G(persistent_timeout) > 0) { persistent_timeout 2414 ext/oci8/oci8.c connection->idle_expiry = timestamp + OCI_G(persistent_timeout); persistent_timeout 2808 ext/oci8/oci8.c if (!connection->used_this_request && OCI_G(persistent_timeout) != -1) { persistent_timeout 504 ext/oci8/php_oci8_int.h long persistent_timeout; /* time period after which idle persistent connection is considered expired */