From 232bcff77ef28cf64b0570841abf77778d8e8fbd Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Mon, 24 Apr 2000 16:46:56 +0000 Subject: [PATCH] . --- ext/oci8/oci8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 584fa7fa5fe..84f9a3a14e4 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -340,8 +340,8 @@ static void php_oci_init_globals(OCILS_D) PHP_MINIT_FUNCTION(oci) { - OCILS_FETCH(); zend_class_entry oci_lob_class_entry; + OCILS_FETCH(); OCI(shutdown) = 0;