[PHP-DEV] CVS update: php31/main From: shane (php-dev <email protected>)
Date: 10/29/98

Date: Thursday October 29, 1998 @ 1:05
Author: shane

Update of /repository/php31/main
In directory asf:/u2/tmp/cvs-serv26904/main

Modified Files:
        main.c
Log Message:
various patches. including odbc mega patch.

Index: php31/main/main.c
diff -c php31/main/main.c:2.44 php31/main/main.c:2.45
*** php31/main/main.c:2.44 Sat Oct 17 16:45:45 1998
--- php31/main/main.c Thu Oct 29 01:05:13 1998
***************
*** 29,35 ****
     +----------------------------------------------------------------------+
   */
  
! /* $Id: main.c,v 2.44 1998/10/17 20:45:45 shane Exp $ */
  
  /* #define CRASH_DETECTION */
  
--- 29,35 ----
     +----------------------------------------------------------------------+
   */
  
! /* $Id: main.c,v 2.45 1998/10/29 06:05:13 shane Exp $ */
  
  /* #define CRASH_DETECTION */
  
***************
*** 1314,1320 ****
          debug_log("%d:DLL Load Success\n########################\n", GetCurrentThreadId());
  #endif
  
! free(GLOBAL(php3_ini));
          return 1;
  }
  
--- 1314,1320 ----
          debug_log("%d:DLL Load Success\n########################\n", GetCurrentThreadId());
  #endif
  
! /*free(GLOBAL(php3_ini));*/
          return 1;
  }
  
***************
*** 1394,1399 ****
--- 1394,1402 ----
  {
  #ifdef THREAD_SAFE
          php3_globals_struct *php3_globals;
+ #if defined(CRASH_DETECTION)
+ debug_log("%d:DLL Thread End\n", GetCurrentThreadId());
+ #endif
          PHP3_TLS_GET(TlsIndex, php3_globals);
          /* see sapi dllmain() for info */
          if (!php3_globals)

--
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>