From 31f63bee93c30ae1474a41ce4ba06161148f24f0 Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Thu, 16 Nov 2000 10:16:22 +0000 Subject: [PATCH] don't use TLS in MINIT function. --- ext/oci8/oci8.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index d01bd50173..d6129d4d98 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -340,9 +340,6 @@ static void php_oci_init_globals(OCILS_D) PHP_MINIT_FUNCTION(oci) { zend_class_entry oci_lob_class_entry; - OCILS_FETCH(); - - OCI(shutdown) = 0; #ifdef ZTS #define PHP_OCI_INIT_MODE OCI_THREADED -- 2.50.1