diff options
author | Thies C. Arntzen <thies@php.net> | 2000-11-16 10:16:22 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2000-11-16 10:16:22 +0000 |
commit | 31f63bee93c30ae1474a41ce4ba06161148f24f0 (patch) | |
tree | a9ac9225936f1b3ccfe2a5a9d1a465d6f3f58ccd | |
parent | ca05afa7fc1b7793aa517614736dfd7359e6d6f6 (diff) | |
download | php-git-31f63bee93c30ae1474a41ce4ba06161148f24f0.tar.gz |
don't use TLS in MINIT function.
-rw-r--r-- | ext/oci8/oci8.c | 3 |
1 files changed, 0 insertions, 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 |