diff options
| -rw-r--r-- | ext/oci8/oci8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 584fa7fa5f..84f9a3a14e 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; |
