Skip to content

Commit 3ce8ccb

Browse files
committed
fix #37848 (ext/odbc compile failure)
1 parent f410644 commit 3ce8ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/odbc/php_odbc_includes.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ void odbc_sql_error(ODBC_SQL_ERROR_PARAMS);
287287
# define ODBCG(v) TSRMG(odbc_globals_id, zend_odbc_globals *, v)
288288
#else
289289
# define ODBCG(v) (odbc_globals.v)
290-
extern ZEND_API php_odbc_globals odbc_globals;
290+
extern ZEND_API zend_odbc_globals odbc_globals;
291291
#endif
292292

293293
#endif /* HAVE_UODBC */

0 commit comments

Comments
 (0)