From 38e6f97f4e5e3e890b0e149a311210da64190db1 Mon Sep 17 00:00:00 2001 From: XinHui Long Date: Tue, 14 Jun 2022 00:02:58 +0800 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 710e0ecb..913fcb59 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,16 @@ -# xhprof for PHP7 -[![Build Status](https://travis-ci.com/longxinH/xhprof.svg?branch=master)](https://travis-ci.com/longxinH/xhprof) [![Build status](https://ci.appveyor.com/api/projects/status/dornfeel5yutaxte/branch/master?svg=true)](https://ci.appveyor.com/project/longxinH/xhprof/branch/master) +# xhprof for PHP7 and PHP8 +[![Build Status](https://travis-ci.com/longxinH/xhprof.svg?branch=master)](https://app.travis-ci.com/github/longxinH/xhprof) [![Build status](https://ci.appveyor.com/api/projects/status/dornfeel5yutaxte/branch/master?svg=true)](https://ci.appveyor.com/project/longxinH/xhprof/branch/master) 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. -This version supports PHP7 +This version supports PHP7 and PHP8 # PHP Version -- 7.0 -- 7.1 - 7.2 - 7.3 - 7.4 - 8.0 +- 8.1 # Installation ```