summaryrefslogtreecommitdiff
path: root/ext/oci8/oci8.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/oci8.c')
-rw-r--r--ext/oci8/oci8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c
index 8090f5f578..473fef389d 100644
--- a/ext/oci8/oci8.c
+++ b/ext/oci8/oci8.c
@@ -94,7 +94,7 @@ PHP_OCI_API php_oci_globals oci_globals;
/* {{{ dynamically loadable module stuff */
#ifdef COMPILE_DL_OCI8
-DLEXPORT zend_module_entry *get_module() { return &oci8_module_entry; };
+ZEND_GET_MODULE(oci8)
#endif /* COMPILE_DL */
/* }}} */