]> granicus.if.org Git - php/commitdiff
make it compile on Win32
authorThies C. Arntzen <thies@php.net>
Fri, 21 Apr 2000 14:45:27 +0000 (14:45 +0000)
committerThies C. Arntzen <thies@php.net>
Fri, 21 Apr 2000 14:45:27 +0000 (14:45 +0000)
ext/oci8/oci8.c

index 5c3b2af27e3eb63c4a484ebdacbf445fb4f2b62b..d40becda3b9d1753f9504f13ae335fd49d37dd17 100644 (file)
@@ -98,7 +98,7 @@ PHP_OCI_API php_oci_globals oci_globals;
 /* {{{ dynamically loadable module stuff */
 
 #if COMPILE_DL
-DLEXPORT zend_module_entry *get_module() { return &oci_module_entry; };
+DLEXPORT zend_module_entry *get_module() { return &oci8_module_entry; };
 #endif /* COMPILE_DL */
 
 /* }}} */
@@ -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;
-       ELS_FETCH();
 
        OCI(shutdown) = 0;