Date: Thu Jul 21 17:40:35 CEST 2005
User: Jani Taskinen
Directory: xdebug
Log Message:
profile -> profiler (consistent)
Modified files:
xdebug/xdebug.c (version: 1.266)
xdebug/php_xdebug.h (version: 1.91)
[FILE: /xdebug/xdebug.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -r1.265 -r1.266
--- xdebug/xdebug.c:1.265 Thu Jul 21 13:33:17 2005 GMT
+++ xdebug/xdebug.c Thu Jul 21 13:40:35 2005 GMT
@@ -140,7 +140,7 @@
PHP_FE(xdebug_stop_trace, NULL)
PHP_FE(xdebug_get_tracefile_name, NULL)
- PHP_FE(xdebug_get_profile_filename, NULL)
+ PHP_FE(xdebug_get_profiler_filename, NULL)
#if MEMORY_LIMIT
PHP_FE(xdebug_memory_usage, NULL)
@@ -2173,7 +2173,7 @@
}
}
-PHP_FUNCTION(xdebug_get_profile_filename)
+PHP_FUNCTION(xdebug_get_profiler_filename)
{
if (XG(profile_filename)) {
RETURN_STRING(XG(profile_filename), 1);
[FILE: /xdebug/php_xdebug.h]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- xdebug/php_xdebug.h:1.90 Thu Jul 21 13:33:17 2005 GMT
+++ xdebug/php_xdebug.h Thu Jul 21 13:40:35 2005 GMT
@@ -81,7 +81,7 @@
PHP_FUNCTION(xdebug_get_tracefile_name);
/* profiling functions */
-PHP_FUNCTION(xdebug_get_profile_filename);
+PHP_FUNCTION(xdebug_get_profiler_filename);
/* misc functions */
PHP_FUNCTION(xdebug_dump_superglobals);
Received on Thu Jul 21 2005 - 17:40:47 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST