We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01bf126 commit f802467Copy full SHA for f802467
package.xml
@@ -52,7 +52,8 @@
52
</stability>
53
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</license>
54
<notes>
55
- - Fix reflected XSS with symbol parameter #50
+ - PHP8 JIT support #51
56
+ - Allow to override xhprof.output_dir via env XHPROF_OUTPUT_DIR
57
</notes>
58
<contents>
59
<dir name="/">
@@ -78,6 +79,7 @@
78
79
<file name="extension/config.m4" role="src" />
80
<file name="extension/config.w32" role="src" />
81
<file name="extension/php_xhprof.h" role="src" />
82
+ <file name="extension/trace.h" role="src" />
83
<file name="extension/xhprof.c" role="src" />
84
<file name="xhprof_html/css/xhprof.css" role="php" />
85
<file name="xhprof_html/docs/index.html" role="doc" />
0 commit comments