Index: trunk/xcache.c
===================================================================
--- trunk/xcache.c	(revision 111)
+++ trunk/xcache.c	(revision 113)
@@ -1211,5 +1211,5 @@
 
 #ifdef ZEND_ENGINE_2_1
-	zend_is_auto_global("_SERVER", sizeof("_SERVER") - 1);
+	zend_is_auto_global("_SERVER", sizeof("_SERVER") - 1 TSRMLS_CC);
 #endif
 	if (zend_hash_find(&EG(symbol_table), "_SERVER", sizeof("_SERVER"), (void **) &server) != SUCCESS || Z_TYPE_PP(server) != IS_ARRAY) {
