diff options
Diffstat (limited to 'ext/standard/mail.c')
-rw-r--r-- | ext/standard/mail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/mail.c b/ext/standard/mail.c index 77b8dd0a19..758846960c 100644 --- a/ext/standard/mail.c +++ b/ext/standard/mail.c @@ -35,7 +35,7 @@ #endif #if COMPILE_DL -DLEXPORT zend_module_entry *get_module(void) { return &odbc_module_entry; } +ZEND_GET_MODULE(odbc) #endif /* {{{ proto int mail(string to, string subject, string message [, string additional_headers]) |