diff options
author | Anatol Belski <ab@php.net> | 2015-08-02 13:05:10 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-08-02 13:05:10 +0200 |
commit | 8c4bbf0f47cc5050196042f4c4b473ee4b9badb7 (patch) | |
tree | 179bc5e028263c53a75b2ca3f9714a2c05244d13 /ext/odbc/php_odbc.c | |
parent | f8903e80c75ffbe934418fa4b724900eaa345fee (diff) | |
download | php-git-8c4bbf0f47cc5050196042f4c4b473ee4b9badb7.tar.gz |
properly export ext/odbc globals
Diffstat (limited to 'ext/odbc/php_odbc.c')
-rw-r--r-- | ext/odbc/php_odbc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index 11fecbd617..36967b7e00 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -387,7 +387,7 @@ const zend_function_entry odbc_functions[] = { }; /* }}} */ -ZEND_DECLARE_MODULE_GLOBALS(odbc) +PHP_ODBC_API ZEND_DECLARE_MODULE_GLOBALS(odbc) static PHP_GINIT_FUNCTION(odbc); /* {{{ odbc_module_entry |