Index: /trunk/xcache.c
===================================================================
--- /trunk/xcache.c	(revision 402)
+++ /trunk/xcache.c	(revision 403)
@@ -87,6 +87,6 @@
 
 static zend_bool xc_initized = 0;
-static zend_compile_file_t *old_compile_file;
-static zend_llist_element  *xc_llist_zend_extension;
+static zend_compile_file_t *old_compile_file = NULL;
+static zend_llist_element  *xc_llist_zend_extension = NULL;
 
 static zend_bool xc_test = 0;
@@ -2915,5 +2915,5 @@
 #endif
 /* }}} */
-static startup_func_t xc_last_ext_startup;
+static startup_func_t xc_last_ext_startup = NULL;
 static int xc_zend_startup_last(zend_extension *extension) /* {{{ */
 {
