summaryrefslogtreecommitdiff
path: root/ext/oracle/oracle.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oracle/oracle.c')
-rw-r--r--ext/oracle/oracle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oracle/oracle.c b/ext/oracle/oracle.c
index cf71bb8aec..e43dddda8a 100644
--- a/ext/oracle/oracle.c
+++ b/ext/oracle/oracle.c
@@ -182,7 +182,7 @@ static const text *ora_func_tab[] =
};
#if COMPILE_DL
-DLEXPORT zend_module_entry *get_module() { return &oracle_module_entry; };
+ZEND_GET_MODULE(oracle)
#endif
static int _close_oraconn(oraConnection *conn)