old_oci_close_semantics 1068 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 2015 ext/oci8/oci8.c 								if (OCI_G(old_oci_close_semantics)) {
old_oci_close_semantics 2176 ext/oci8/oci8.c 		if (OCI_G(old_oci_close_semantics)) {
old_oci_close_semantics 1559 ext/oci8/oci8_interface.c 	if (OCI_G(old_oci_close_semantics)) {
old_oci_close_semantics  508 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) */