old_oci_close_semantics 1062 ext/oci8/oci8.c 	STD_PHP_INI_BOOLEAN("oci8.old_oci_close_semantics",	"0",	PHP_INI_SYSTEM,	OnUpdateBool,		old_oci_close_semantics,zend_oci_globals,	oci_globals)
old_oci_close_semantics 2024 ext/oci8/oci8.c 								if (OCI_G(old_oci_close_semantics)) {
old_oci_close_semantics 2184 ext/oci8/oci8.c 		if (OCI_G(old_oci_close_semantics)) {
old_oci_close_semantics 1582 ext/oci8/oci8_interface.c 	if (OCI_G(old_oci_close_semantics)) {
old_oci_close_semantics  523 ext/oci8/php_oci8_int.h 	zend_bool	 old_oci_close_semantics;		/* old_oci_close_semantics flag (to determine the way oci_close() should behave) */