Skip to content

Commit 01bf126

Browse files
committed
releasing 2.3.0
1 parent f5149a7 commit 01bf126

File tree

2 files changed

+23
-7
lines changed

2 files changed

+23
-7
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-dev"
46+
#define XHPROF_VERSION "2.3.0"
4747

4848
#define XHPROF_FUNC_HASH_COUNTERS_SIZE 1024
4949

package.xml

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
<email>[email protected]</email>
4141
<active>yes</active>
4242
</lead>
43-
<date>2020-11-26</date>
44-
<time>20:00:00</time>
43+
<date>2021-03-31</date>
44+
<time>22:25:00</time>
4545
<version>
46-
<release>2.2.3</release>
47-
<api>2.2.3</api>
46+
<release>2.3.0</release>
47+
<api>2.3.0</api>
4848
</version>
4949
<stability>
50-
<release>stable</release>
51-
<api>stable</api>
50+
<release>beta</release>
51+
<api>beta</api>
5252
</stability>
5353
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</license>
5454
<notes>
@@ -120,6 +120,22 @@
120120
<providesextension>xhprof</providesextension>
121121
<extsrcrelease />
122122
<changelog>
123+
<release>
124+
<date>2021-03-31</date>
125+
<version>
126+
<release>2.3.0</release>
127+
<api>2.3.0</api>
128+
</version>
129+
<stability>
130+
<release>beta</release>
131+
<api>beta</api>
132+
</stability>
133+
<notes>
134+
- PHP8 JIT support #51
135+
- Allow to override xhprof.output_dir via env XHPROF_OUTPUT_DIR
136+
</notes>
137+
</release>
138+
123139
<release>
124140
<date>2020-11-26</date>
125141
<version>

0 commit comments

Comments
 (0)