Index: trunk/xcache.ini
===================================================================
--- trunk/xcache.ini	(revision 1147)
+++ trunk/xcache.ini	(revision 1182)
@@ -16,5 +16,5 @@
 ; ini only settings, all the values here is default unless explained
 
-; select low level shm/allocator scheme implemenation
+; select low level shm implemenation
 xcache.shm_scheme =        "mmap"
 ; to disable: xcache.size=0
@@ -55,7 +55,9 @@
 
 
-; leave it blank(disabled) or "/tmp/phpcore/"
-; make sure it's writable by php (open_basedir is not checked)
+; Useful when XCache crash. leave it blank(disabled) or "/tmp/phpcore/" (writable by php)
 xcache.coredump_directory =   ""
+; Windows only. leave it as 0 (default) until you're told by XCache dev
+xcache.coredump_type =         0
+
 ; disable cache after crash
 xcache.disable_on_crash =    Off
