Index: trunk/xcache.c
===================================================================
--- trunk/xcache.c	(revision 227)
+++ trunk/xcache.c	(revision 230)
@@ -2,4 +2,5 @@
 #if 0
 #define DEBUG
+#define SHOW_DPRINT
 #endif
 
@@ -1015,4 +1016,7 @@
 	xc_redo_pass_two(php.op_array TSRMLS_CC);
 	/* }}} */
+#ifdef SHOW_DPRINT
+	xc_dprint(&xce, 0 TSRMLS_CC);
+#endif
 	ENTER_LOCK_EX(cache) { /* {{{ store/add entry */
 		stored_xce = xc_entry_store_dmz(&xce TSRMLS_CC);
@@ -1075,4 +1079,7 @@
 #endif
 	xc_processor_restore_xc_entry_t(&xce, stored_xce, xc_readonly_protection TSRMLS_CC);
+#ifdef SHOW_DPRINT
+	xc_dprint(&xce, 0 TSRMLS_CC);
+#endif
 
 	catched = 0;
