Date: 08/30/98
- Next message: shane: "[PHP-DEV] CVS update: php3/functions"
- Previous message: shane: "[PHP-DEV] CVS update: php31/ext/zlib"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sunday August 30, 1998 @ 15:27
Author: shane
Update of /repository/php31/ext/odbc
In directory asf:/u2/tmp/cvs-serv26438/ext/odbc
Modified Files:
unified_odbc.c
Log Message:
Zlib compiles now.
Index: php31/ext/odbc/unified_odbc.c
diff -c php31/ext/odbc/unified_odbc.c:2.7 php31/ext/odbc/unified_odbc.c:2.8
*** php31/ext/odbc/unified_odbc.c:2.7 Fri Aug 28 16:35:25 1998
--- php31/ext/odbc/unified_odbc.c Sun Aug 30 15:27:41 1998
***************
*** 65,72 ****
#define UODBC_GLOBAL(a) UODBC_GLOBALS->a
! #define UODBC_TLS_VARS \
! UODBC_GLOBAL_STRUCT *UODBC_GLOBALS = TlsGetValue(UODBC_TLS);
#else
UODBC_MODULE PHP3_UODBC_MODULE;
--- 65,71 ----
#define UODBC_GLOBAL(a) UODBC_GLOBALS->a
! #define UODBC_TLS_VARS UODBC_GLOBAL_STRUCT *PHP3_TLS_GET(UODBC_TLS,UODBC_GLOBALS);
#else
UODBC_MODULE PHP3_UODBC_MODULE;
***************
*** 124,140 ****
#if COMPILE_DL
DLEXPORT php3_module_entry *get_module() { return &UODBC_MODULE_ENTRY; };
- #if 0
-
- /*NOTE: You should have an odbc.def file where you
- export DllMain*/
- BOOL WINAPI DllMain(HANDLE hModule,
- DWORD ul_reason_for_call,
- LPVOID lpReserved)
- {
- return TRUE;
- }
- #endif
#endif
#include "php3_list.h"
--- 123,128 ----
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: shane: "[PHP-DEV] CVS update: php3/functions"
- Previous message: shane: "[PHP-DEV] CVS update: php31/ext/zlib"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

