static void php_oci_init_globals(OCILS_D)
{
- OCI(user_num) = 1000;
- OCI(server_num) = 2000;
+ OCI(shutdown) = 0;
OCI(user) = malloc(sizeof(HashTable));
zend_hash_init(OCI(user), 13, NULL, NULL, 1);
PHP_RSHUTDOWN_FUNCTION(oci)
{
- OCILS_FETCH();
-
oci_debug("START php_rshutdown_oci");
#if 0
static void
_oci_server_list_dtor(oci_server *server)
{
- ELS_FETCH();
-
if (server->persistent)
return;
oci_descriptor *descr;
int dtype;
- OCILS_FETCH();
-
dtype = OCI_DTYPE_LOB;
if (zend_get_parameters_ex(2, &conn, &type) == SUCCESS) {