|
10 | 10 | |
11 | 11 | <active>yes</active> |
12 | 12 | </lead> |
13 | | - <date>2022-01-07</date> |
| 13 | + <date>2025-02-24</date> |
14 | 14 | <time>12:00:00</time> |
15 | 15 | <version> |
16 | | - <release>3.0.2</release> |
| 16 | + <release>3.1.0</release> |
17 | 17 | <api>1.0.0</api> |
18 | 18 | </version> |
19 | 19 | <stability> |
|
23 | 23 | <license>MIT</license> |
24 | 24 | <notes> |
25 | 25 | ## Improvements |
26 | | - - PHP 8.1 support (@remicollet) |
27 | | - - Added parameter types and return types (@remicollet) |
28 | | - - dump_on_limit: Append the profile filename to the "Allowed memory size of %d |
29 | | - bytes exhausted" error message (@arnaud-lb) |
30 | | - - Added memprof_version() function (@arnaud-lb) |
31 | | - |
32 | | - ## Bugfixes |
33 | | - - Fixed compatibility issue with xdebug (@arnaud-lb) |
| 26 | + - Use filename for script and binary instead of /todo.php (@samlitowitz, #92) |
| 27 | + - Allow output_format to be defined from ini setting (@gaelreyrol, #97) |
| 28 | + - Add units to Callgrind label for memory size and update `BlockCount` to `Call_Count` (@samlitowitz, #95) |
| 29 | + - Add support for PIE |
34 | 30 | </notes> |
35 | 31 | <contents> |
36 | 32 | <dir name="/"> |
|
80 | 76 | <providesextension>memprof</providesextension> |
81 | 77 | <extsrcrelease /> |
82 | 78 | <changelog> |
| 79 | + <release> |
| 80 | + <date>2022-01-07</date> |
| 81 | + <time>12:00:00</time> |
| 82 | + <version> |
| 83 | + <release>3.0.2</release> |
| 84 | + <api>1.0.0</api> |
| 85 | + </version> |
| 86 | + <stability> |
| 87 | + <release>stable</release> |
| 88 | + <api>stable</api> |
| 89 | + </stability> |
| 90 | + <license>MIT</license> |
| 91 | + <notes> |
| 92 | + ## Improvements |
| 93 | + - PHP 8.1 support (@remicollet) |
| 94 | + - Added parameter types and return types (@remicollet) |
| 95 | + - dump_on_limit: Append the profile filename to the "Allowed memory size of %d |
| 96 | + bytes exhausted" error message (@arnaud-lb) |
| 97 | + - Added memprof_version() function (@arnaud-lb) |
| 98 | + |
| 99 | + ## Bugfixes |
| 100 | + - Fixed compatibility issue with xdebug (@arnaud-lb) |
| 101 | + </notes> |
| 102 | + </release> |
83 | 103 | <release> |
84 | 104 | <date>2021-03-29</date> |
85 | 105 | <time>12:00:00</time> |
|
0 commit comments