Index: /trunk/xcache.c
===================================================================
--- /trunk/xcache.c	(revision 917)
+++ /trunk/xcache.c	(revision 918)
@@ -3426,6 +3426,6 @@
 
 	dbghelp_MiniDumpWriteDump = (MINIDUMPWRITEDUMP)GetProcAddress(dbghelpModule, "MiniDumpWriteDump");
-	if (dbghelp_MiniDumpWriteDump) {
-		zend_error(E_ERROR, "Unable to enable crash dump saver: %s", "DBGHELP.DLL too old");
+	if (!dbghelp_MiniDumpWriteDump) {
+		zend_error(E_ERROR, "Unable to enable crash dump saver: %s", "DBGHELP.DLL too old. Get updated dll and put it aside of php_xcache.dll");
 		return;
 	}
