persistent_timeout 1057 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 2141 ext/oci8/oci8.c connection->idle_expiry = (OCI_G(persistent_timeout) > 0) ? (timestamp + OCI_G(persistent_timeout)) : 0; persistent_timeout 2428 ext/oci8/oci8.c if (OCI_G(persistent_timeout) > 0) { persistent_timeout 2429 ext/oci8/oci8.c connection->idle_expiry = timestamp + OCI_G(persistent_timeout); persistent_timeout 2832 ext/oci8/oci8.c if (!connection->used_this_request && OCI_G(persistent_timeout) != -1) { persistent_timeout 519 ext/oci8/php_oci8_int.h zend_long persistent_timeout; /* time period after which idle persistent connection is considered expired */