From: Thies C. Arntzen Date: Thu, 16 Nov 2000 10:16:22 +0000 (+0000) Subject: don't use TLS in MINIT function. X-Git-Tag: php-4.0.4RC3~182 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31f63bee93c30ae1474a41ce4ba06161148f24f0;p=php don't use TLS in MINIT function. --- 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