Index: trunk/utils.c
===================================================================
--- trunk/utils.c	(revision 548)
+++ trunk/utils.c	(revision 555)
@@ -539,5 +539,5 @@
 	if (type != E_STRICT) {
 		/* give up, and user handler is not supported in this case */
-		int i;
+		zend_uint i;
 		zend_uint orig_lineno = CG(zend_lineno);
 		zend_error_cb = sandbox->orig_zend_error_cb;
@@ -694,5 +694,5 @@
 static void xc_sandbox_install(xc_sandbox_t *sandbox, xc_install_action_t install TSRMLS_DC) /* {{{ */
 {
-	int i;
+	zend_uint i;
 	Bucket *b;
 
@@ -811,5 +811,5 @@
 #ifdef E_STRICT
 	if (sandbox->compilererrors) {
-		int i;
+		zend_uint i;
 		for (i = 0; i < sandbox->compilererror_cnt; i ++) {
 			efree(sandbox->compilererrors[i].error);
