Index: /trunk/xcache.c
===================================================================
--- /trunk/xcache.c	(revision 552)
+++ /trunk/xcache.c	(revision 553)
@@ -1107,5 +1107,4 @@
 	zend_op_array *op_array;
 	int old_constinfo_cnt, old_funcinfo_cnt, old_classinfo_cnt;
-	int i;
 	zend_bool catched = 0;
 
@@ -1255,6 +1254,9 @@
 	/* {{{ find inherited classes that should be early-binding */
 	php->have_early_binding = 0;
-	for (i = 0; i < php->classinfo_cnt; i ++) {
-		php->classinfos[i].oplineno = -1;
+	{
+		int i;
+		for (i = 0; i < php->classinfo_cnt; i ++) {
+			php->classinfos[i].oplineno = -1;
+		}
 	}
 
