]> granicus.if.org Git - php/commitdiff
MFB: fix #37848 (ext/odbc compile failure)
authorAntony Dovgal <tony2001@php.net>
Mon, 19 Jun 2006 16:13:31 +0000 (16:13 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 19 Jun 2006 16:13:31 +0000 (16:13 +0000)
ext/odbc/php_odbc_includes.h

index bdb67ec5d2aea25e7287d47f64e8f63eac3e4510..92b68f2f51ca2b3bea2133fa3949476d0444ed75 100644 (file)
@@ -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 */