Skip to content

Commit eeabd22

Browse files
committed
release 2.3.1 stable version
1 parent a304b71 commit eeabd22

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

extension/php_xhprof.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extern zend_module_entry xhprof_module_entry;
4343
*/
4444

4545
/* XHProf version */
46-
#define XHPROF_VERSION "2.3.0"
46+
#define XHPROF_VERSION "2.3.1"
4747

4848
#define XHPROF_FUNC_HASH_COUNTERS_SIZE 1024
4949

package.xml

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,20 @@
4040
<email>[email protected]</email>
4141
<active>yes</active>
4242
</lead>
43-
<date>2021-04-30</date>
44-
<time>23:56:00</time>
43+
<date>2021-05-07</date>
44+
<time>10:18:00</time>
4545
<version>
4646
<release>2.3.1</release>
4747
<api>2.3.1</api>
4848
</version>
4949
<stability>
50-
<release>beta</release>
51-
<api>beta</api>
50+
<release>stable</release>
51+
<api>stable</api>
5252
</stability>
5353
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</license>
5454
<notes>
55+
- PHP8 JIT support #51
56+
- Allow to override xhprof.output_dir via env XHPROF_OUTPUT_DIR
5557
- Set SVG render as default for callgraph.php
5658
</notes>
5759
<contents>
@@ -121,6 +123,23 @@
121123
<providesextension>xhprof</providesextension>
122124
<extsrcrelease />
123125
<changelog>
126+
<release>
127+
<date>2021-05-07</date>
128+
<version>
129+
<release>2.3.1</release>
130+
<api>2.3.1</api>
131+
</version>
132+
<stability>
133+
<release>stable</release>
134+
<api>stable</api>
135+
</stability>
136+
<notes>
137+
- PHP8 JIT support #51
138+
- Allow to override xhprof.output_dir via env XHPROF_OUTPUT_DIR
139+
- Set SVG render as default for callgraph.php
140+
</notes>
141+
</release>
142+
124143
<release>
125144
<date>2021-04-30</date>
126145
<version>

0 commit comments

Comments
 (0)