Index: trunk/xcache.c
===================================================================
--- trunk/xcache.c	(revision 914)
+++ trunk/xcache.c	(revision 915)
@@ -71,8 +71,8 @@
 static char *xc_coredump_dir = NULL;
 
-static xc_hash_t xc_php_hcache = {0};
-static xc_hash_t xc_php_hentry = {0};
-static xc_hash_t xc_var_hcache = {0};
-static xc_hash_t xc_var_hentry = {0};
+static xc_hash_t xc_php_hcache = { 0 };
+static xc_hash_t xc_php_hentry = { 0 };
+static xc_hash_t xc_var_hcache = { 0 };
+static xc_hash_t xc_var_hentry = { 0 };
 
 static zend_ulong xc_php_ttl    = 0;
@@ -3344,8 +3344,8 @@
 		);
 
-static PTOP_LEVEL_EXCEPTION_FILTER oldFilter;
+static PTOP_LEVEL_EXCEPTION_FILTER oldFilter = NULL;
 static HMODULE dbghelpModule = NULL;
-static char crash_dumpPath[_MAX_PATH];
-static MINIDUMPWRITEDUMP dbghelp_MiniDumpWriteDump;
+static char crash_dumpPath[_MAX_PATH] = { 0 };
+static MINIDUMPWRITEDUMP dbghelp_MiniDumpWriteDump = NULL;
 
 static LONG WINAPI miniDumperFilter(struct _EXCEPTION_POINTERS *pExceptionInfo) /* {{{ */
