Date: 05/28/98
- Next message: shane: "[PHP-DEV] CVS update: php31/main"
- Previous message: Igor Kovalenko: "[PHP-DEV] New port of PHP3"
- Next in thread: shane: "[PHP-DEV] CVS update: php31/ext/odbc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thursday May 28, 1998 @ 22:02
Author: shane
Update of /repository/php31/ext/odbc
In directory asf:/tmp/cvs-serv27638/ext/odbc
Modified Files:
unified_odbc.c
Log Message:
ISAPI improving. Now will work sometimes concurrently in threads. Some specific access violations cropping up.
Index: php31/ext/odbc/unified_odbc.c
diff -c php31/ext/odbc/unified_odbc.c:1.2 php31/ext/odbc/unified_odbc.c:1.3
*** php31/ext/odbc/unified_odbc.c:1.2 Wed May 27 12:40:14 1998
--- php31/ext/odbc/unified_odbc.c Thu May 28 22:02:55 1998
***************
*** 1375,1381 ****
UWORD RowStatus[1];
#endif
#if !defined(COMPILE_DL) && defined(THREAD_SAFE)
! TLS_VARS
#endif
numArgs = ARG_COUNT(ht);
--- 1375,1381 ----
UWORD RowStatus[1];
#endif
#if !defined(COMPILE_DL) && defined(THREAD_SAFE)
! TLS_VARS;
#endif
numArgs = ARG_COUNT(ht);
- Next message: shane: "[PHP-DEV] CVS update: php31/main"
- Previous message: Igor Kovalenko: "[PHP-DEV] New port of PHP3"
- Next in thread: shane: "[PHP-DEV] CVS update: php31/ext/odbc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

