Changelog for xhprof |
Release |
What has changed? |
2.3.10 |
- Fix build for 8.4 and pcre2 by @andypost in #86
- Fix for PHP 8.4 by @remicollet in #87 |
2.3.9 |
- Nullify references once not used to prevent double-frees #73
- Fixed clocks to microseconds conversion on Mac #75 |
2.3.8 |
- fix segmentation fault #72 |
2.3.7 |
- fix version number |
2.3.6 |
- Compatible with PHP8.2RC1 #68 |
2.3.5 |
- Fix multiple memory releases #62 |
2.3.4 |
- fix for 8.1.0alpha2 #61 |
2.3.3 |
- Fix memory leak on array_filter #60
- Custom xhprof_error |
2.3.2 |
- PHP8 JIT support #51
- Allow to override xhprof.output_dir via env XHPROF_OUTPUT_DIR
- Set SVG render as default for callgraph.php |
2.3.1 |
- Set SVG render as default for callgraph.php |
2.3.0 |
- PHP8 JIT support #51
- Allow to override xhprof.output_dir via env XHPROF_OUTPUT_DIR |
2.2.3 |
- Fix reflected XSS with symbol parameter #50 |
2.2.2 |
- Fix PECL installation #48 |
2.2.1 |
- Support PHP 8.0 beta4 |
2.2.0 |
- Modify hash code calculation, get from zend_string |
2.1.4 |
- Windows support #34 |
2.1.3 |
- Fix s390x accuracy loss #15 |
2.1.2 |
-- Fixed build with PHP-7.4 #32 |
0.9.4 |
-- Fix reflected XSS with run parameter. PR#20 and #29
-- Change graph edge colour. PR#23
-- Added .gitignore file for build artifacts. PR#25 |
0.9.3 |
-- Just updating the pecl package to https://github.com/facebook/xhprof/commit/254eb24dcfa763c76c57b472093ebc4b81af2b7d
-- Request #16544: Mac port for XHProf (svilen spasov)
-- 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 (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) |
0.9.2 |
-- Request #16544: Mac port for XHProf (svilen spasov)
-- 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 (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) |
0.9.1 |
-- doc improvements/fixes |
0.9.0 |
-- initial release of xhprof |