Skip to content

Commit

Permalink
update package.xml for Bug #16574
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.php.net/repository/pecl/xhprof/trunk@281244 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
kannan committed May 27, 2009
1 parent e72bcaa commit 13b4dfa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.xml
Expand Up @@ -44,8 +44,9 @@ XHProf is a function-level hierarchical profiler for PHP and has a simple HTML b
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</license>
<notes>
-- fix #16574: require/require_once not special cased like include/include_once (kannan)
-- add a sanity test for sampling mode in xhprof (kannan)
-- add support to ignore functions (such as call_user_func) during profiling (mpal)
-- add support to ignore functions (such as call_user_func) during profiling (mike paleczny)
-- fix #16098: suppress notices due to use of FILE_BINARY (kannan)
-- add a sanity test for timer (kannan)
-- fix for compile error on debian linux (russ)
Expand All @@ -69,6 +70,7 @@ XHProf is a function-level hierarchical profiler for PHP and has a simple HTML b
<file role="test" name="xhprof_002.phpt" />
<file role="test" name="xhprof_003.phpt" />
<file role="test" name="xhprof_004_inc.php" />
<file role="test" name="xhprof_004_require.php" />
<file role="test" name="xhprof_004.phpt" />
<file role="test" name="xhprof_005.phpt" />
<file role="test" name="xhprof_006.phpt" />
Expand Down

0 comments on commit 13b4dfa

Please sign in to comment.