derick Mon, 21 Mar 2011 20:08:32 +0000
Revision: http://svn.xdebug.org/cgi-bin/viewvc.cgi?view=rev&revision=3410&root=xdebug
Log:
- Changed file version and added creator as per
https://bugs.kde.org/show_bug.cgi?id=256425#c10
Changed paths:
U xdebug/trunk/tests/bug00631.phpt
U xdebug/trunk/xdebug_profiler.c
Modified: xdebug/trunk/tests/bug00631.phpt
===================================================================
--- xdebug/trunk/tests/bug00631.phpt 2011-03-15 23:02:28 UTC (rev 3409)
+++ xdebug/trunk/tests/bug00631.phpt 2011-03-21 20:08:32 UTC (rev 3410)
@@ -13,7 +13,8 @@
exit();
?>
--EXPECTF--
-version: 0.9.6
+version: 1
+creator: xdebug 2.%s
cmd: %sbug00631.php
part: 1
Modified: xdebug/trunk/xdebug_profiler.c
===================================================================
--- xdebug/trunk/xdebug_profiler.c 2011-03-15 23:02:28 UTC (rev 3409)
+++ xdebug/trunk/xdebug_profiler.c 2011-03-21 20:08:32 UTC (rev 3410)
@@ -82,7 +82,8 @@
if (XG(profiler_append)) {
fprintf(XG(profile_file), "\n==== NEW PROFILING FILE ==============================================\n");
}
- fprintf(XG(profile_file), "version: 0.9.6\ncmd: %s\npart: 1\n\nevents: Time\n\n", script_name);
+ fprintf(XG(profile_file), "version: 1\ncreator: xdebug %s\n", XDEBUG_VERSION);
+ fprintf(XG(profile_file), "cmd: %s\npart: 1\n\nevents: Time\n\n", script_name);
fflush(XG(profile_file));
return SUCCESS;
}
Received on Mon Mar 21 2011 - 20:08:32 GMT
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST