forked from phacility/xhprof
-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,21 +40,20 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2021-05-07</date> | ||
<time>10:18:00</time> | ||
<date>2021-07-05</date> | ||
<time>11:27:00</time> | ||
<version> | ||
<release>2.3.2</release> | ||
<api>2.3.2</api> | ||
<release>2.3.3</release> | ||
<api>2.3.3</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</license> | ||
<notes> | ||
- PHP8 JIT support #51 | ||
- Allow to override xhprof.output_dir via env XHPROF_OUTPUT_DIR | ||
- Set SVG render as default for callgraph.php | ||
- Fix memory leak on array_filter #60 | ||
- Custom xhprof_error | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
@@ -123,6 +122,22 @@ | |
<providesextension>xhprof</providesextension> | ||
<extsrcrelease /> | ||
<changelog> | ||
<release> | ||
<date>2021-07-05</date> | ||
<version> | ||
<release>2.3.3</release> | ||
<api>2.3.3</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<notes> | ||
- Fix memory leak on array_filter #60 | ||
- Custom xhprof_error | ||
</notes> | ||
</release> | ||
|
||
<release> | ||
<date>2021-05-07</date> | ||
<version> | ||
|