The new PECL package xhprof-2.3.0 (beta) has been released at 
https://pecl.php.net/.

Release notes
-------------
- PHP8 JIT support #51
- Allow to override xhprof.output_dir via env XHPROF_OUTPUT_DIR

Package Info
-------------
XHProf is a function-level hierarchical profiler for PHP and has a simple HTML 
based navigational interface. The raw data collection component is implemented 
in C (as a PHP extension). The reporting/UI layer is all in PHP. It is capable 
of reporting function-level inclusive and exclusive wall times, memory usage, 
CPU times and number of calls for each function. Additionally, it supports 
ability to compare two runs (hierarchical DIFF reports), or aggregate results 
from multiple runs.

Related Links
-------------
Package home: https://pecl.php.net/package/xhprof
   Changelog: https://pecl.php.net/package-changelog.php?package=xhprof
    Download: https://pecl.php.net/get/xhprof-2.3.0.tgz

Authors
-------------
Scott MacVicar <scott...@php.net> (lead)
Kannan Muthukkaruppan <kan...@php.net> (lead)
Venkat Venkataramani (developer)
Changhao Jiang (lead)
Haiping Zhao (developer)
xinhui long <longxin...@php.net> (lead)

-- 
PECL development discussion Mailing List (https://pecl.php.net/)
To unsubscribe, visit: https://www.php.net/unsub.php

Reply via email to