Changeset 915
- Timestamp:
- 2012-06-23T05:37:46+02:00 (12 months ago)
- File:
-
- 1 edited
-
trunk/xcache.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r914 r915 71 71 static char *xc_coredump_dir = NULL; 72 72 73 static xc_hash_t xc_php_hcache = { 0};74 static xc_hash_t xc_php_hentry = { 0};75 static xc_hash_t xc_var_hcache = { 0};76 static xc_hash_t xc_var_hentry = { 0};73 static xc_hash_t xc_php_hcache = { 0 }; 74 static xc_hash_t xc_php_hentry = { 0 }; 75 static xc_hash_t xc_var_hcache = { 0 }; 76 static xc_hash_t xc_var_hentry = { 0 }; 77 77 78 78 static zend_ulong xc_php_ttl = 0; … … 3344 3344 ); 3345 3345 3346 static PTOP_LEVEL_EXCEPTION_FILTER oldFilter ;3346 static PTOP_LEVEL_EXCEPTION_FILTER oldFilter = NULL; 3347 3347 static HMODULE dbghelpModule = NULL; 3348 static char crash_dumpPath[_MAX_PATH] ;3349 static MINIDUMPWRITEDUMP dbghelp_MiniDumpWriteDump ;3348 static char crash_dumpPath[_MAX_PATH] = { 0 }; 3349 static MINIDUMPWRITEDUMP dbghelp_MiniDumpWriteDump = NULL; 3350 3350 3351 3351 static LONG WINAPI miniDumperFilter(struct _EXCEPTION_POINTERS *pExceptionInfo) /* {{{ */
Note: See TracChangeset
for help on using the changeset viewer.

