Skip to content

Commit 1877255

Browse files
committed
releasing 2.3.3
1 parent 5764a0a commit 1877255

File tree

2 files changed

+23
-8
lines changed

2 files changed

+23
-8
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.3-dev"
46+
#define XHPROF_VERSION "2.3.3"
4747

4848
#define XHPROF_FUNC_HASH_COUNTERS_SIZE 1024
4949

package.xml

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,20 @@
4040
<email>[email protected]</email>
4141
<active>yes</active>
4242
</lead>
43-
<date>2021-05-07</date>
44-
<time>10:18:00</time>
43+
<date>2021-07-05</date>
44+
<time>11:27:00</time>
4545
<version>
46-
<release>2.3.2</release>
47-
<api>2.3.2</api>
46+
<release>2.3.3</release>
47+
<api>2.3.3</api>
4848
</version>
4949
<stability>
5050
<release>stable</release>
5151
<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
57-
- Set SVG render as default for callgraph.php
55+
- Fix memory leak on array_filter #60
56+
- Custom xhprof_error
5857
</notes>
5958
<contents>
6059
<dir name="/">
@@ -123,6 +122,22 @@
123122
<providesextension>xhprof</providesextension>
124123
<extsrcrelease />
125124
<changelog>
125+
<release>
126+
<date>2021-07-05</date>
127+
<version>
128+
<release>2.3.3</release>
129+
<api>2.3.3</api>
130+
</version>
131+
<stability>
132+
<release>stable</release>
133+
<api>stable</api>
134+
</stability>
135+
<notes>
136+
- Fix memory leak on array_filter #60
137+
- Custom xhprof_error
138+
</notes>
139+
</release>
140+
126141
<release>
127142
<date>2021-05-07</date>
128143
<version>

0 commit comments

Comments
 (0)