Index: /trunk/tests/xcache_is_autoglobal.phpt
===================================================================
--- /trunk/tests/xcache_is_autoglobal.phpt	(revision 861)
+++ /trunk/tests/xcache_is_autoglobal.phpt	(revision 861)
@@ -0,0 +1,8 @@
+--TEST--
+xcache_is_autoglobal
+--FILE--
+<?php
+var_dump(xcache_is_autoglobal("GLOBALS"));
+?>
+--EXPECT--
+bool(true)
Index: /trunk/xcache.c
===================================================================
--- /trunk/xcache.c	(revision 860)
+++ /trunk/xcache.c	(revision 861)
@@ -4,5 +4,5 @@
 #endif
 
-#if 1
+#if 0
 #define SHOW_DPRINT
 #endif
