Index: trunk/xcache.c
===================================================================
--- trunk/xcache.c	(revision 103)
+++ trunk/xcache.c	(revision 105)
@@ -1191,4 +1191,7 @@
 	}
 
+#ifdef ZEND_ENGINE_2_1
+	zend_is_auto_global("_SERVER", sizeof("_SERVER") - 1);
+#endif
 	if (zend_hash_find(&EG(symbol_table), "_SERVER", sizeof("_SERVER"), (void **) &server) != SUCCESS || Z_TYPE_PP(server) != IS_ARRAY) {
 		php_error_docref(NULL TSRMLS_CC, E_ERROR, "_SERVER is corrupted");
