Index: trunk/util/xc_trace.h
===================================================================
--- trunk/util/xc_trace.h	(revision 1174)
+++ trunk/util/xc_trace.h	(revision 1175)
@@ -35,5 +35,5 @@
 const char *xc_trace_get_basename(const char *path);
 #		define TRACE(fmt, ...) \
-		xc_trace("%s:%d: " fmt "\r\n", xc_trace_get_basename(__FILE__), __LINE__, __VA_ARGS__)
+		xc_trace("%s:%04d: " fmt "\r\n", xc_trace_get_basename(__FILE__), __LINE__, __VA_ARGS__)
 #	endif /* ZEND_WIN32 */
 #   undef NDEBUG
