summaryrefslogtreecommitdiff
path: root/ext/db/db.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/db/db.c')
-rw-r--r--ext/db/db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/db/db.c b/ext/db/db.c
index 4ea0d09ece..aae6a104a7 100644
--- a/ext/db/db.c
+++ b/ext/db/db.c
@@ -1141,7 +1141,7 @@ zend_module_entry dbm_module_entry = {
};
#if COMPILE_DL
-DLEXPORT zend_module_entry *get_module(void) { return &dbm_module_entry; }
+ZEND_GET_MODULE(dbm)
#endif
#endif