Index: trunk/utils.c
===================================================================
--- trunk/utils.c	(revision 515)
+++ trunk/utils.c	(revision 545)
@@ -565,5 +565,5 @@
 	compilererror = &sandbox->compilererrors[sandbox->compilererror_cnt++];
 	compilererror->lineno = error_lineno;
-	compilererror->error_len = zend_vspprintf(&compilererror->error, 0, format, args);
+	compilererror->error_len = vspprintf(&compilererror->error, 0, format, args);
 }
 /* }}} */
