Index: trunk/xcache.c
===================================================================
--- trunk/xcache.c	(revision 143)
+++ trunk/xcache.c	(revision 146)
@@ -451,5 +451,7 @@
 	add_assoc_long_ex(ei, ZEND_STRS("ctime"),    entry->ctime);
 	add_assoc_long_ex(ei, ZEND_STRS("atime"),    entry->atime);
-	add_assoc_long_ex(ei, ZEND_STRS("dtime"),    entry->dtime);
+	if (del) {
+		add_assoc_long_ex(ei, ZEND_STRS("dtime"), entry->dtime);
+	}
 #ifdef IS_UNICODE
 	do {
