Skip to content

Commit

Permalink
releasing 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
longxinH committed Jul 5, 2021
1 parent 5764a0a commit 1877255
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
2 changes: 1 addition & 1 deletion extension/php_xhprof.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ extern zend_module_entry xhprof_module_entry;
*/

/* XHProf version */
#define XHPROF_VERSION "2.3.3-dev"
#define XHPROF_VERSION "2.3.3"

#define XHPROF_FUNC_HASH_COUNTERS_SIZE 1024

Expand Down
29 changes: 22 additions & 7 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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="/">
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 1877255

Please sign in to comment.