mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
fix #37848 (ext/odbc compile failure)
This commit is contained in:
parent
f4106441cb
commit
3ce8ccb6f2
@ -287,7 +287,7 @@ void odbc_sql_error(ODBC_SQL_ERROR_PARAMS);
|
||||
# define ODBCG(v) TSRMG(odbc_globals_id, zend_odbc_globals *, v)
|
||||
#else
|
||||
# define ODBCG(v) (odbc_globals.v)
|
||||
extern ZEND_API php_odbc_globals odbc_globals;
|
||||
extern ZEND_API zend_odbc_globals odbc_globals;
|
||||
#endif
|
||||
|
||||
#endif /* HAVE_UODBC */
|
||||
|
Loading…
Reference in New Issue
Block a user