phacility / xhprof

XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based user interface.
http://pecl.php.net/package/xhprof
Apache License 2.0
2.6k stars 925 forks source link

filter 'run' parameter #20

Closed robocoder closed 11 years ago

aiddroid commented 11 years ago

Bug,it makes '$run' empty! change it to $p = implode(',', array_filter(explode(',', $p), 'is_string')); see line 891.