diff options
Diffstat (limited to 'ext/msql/php_msql.c')
-rw-r--r-- | ext/msql/php_msql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/msql/php_msql.c b/ext/msql/php_msql.c index 78572359fe..fe40064c72 100644 --- a/ext/msql/php_msql.c +++ b/ext/msql/php_msql.c @@ -108,7 +108,7 @@ zend_module_entry msql_module_entry = { #if COMPILE_DL -DLEXPORT zend_module_entry *get_module(void) { return &msql_module_entry; } +ZEND_GET_MODULE(msql) #endif typedef struct { |