Skip to content

Commit b751f1c

Browse files
authored
3.0.2 (#79)
1 parent f59c04e commit b751f1c

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

package.xml

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<email>[email protected]</email>
1111
<active>yes</active>
1212
</lead>
13-
<date>2021-03-29</date>
13+
<date>2022-01-07</date>
1414
<time>12:00:00</time>
1515
<version>
16-
<release>3.0.1</release>
16+
<release>3.0.2</release>
1717
<api>1.0.0</api>
1818
</version>
1919
<stability>
@@ -22,7 +22,15 @@
2222
</stability>
2323
<license>BSD</license>
2424
<notes>
25-
* Fix build
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)
2634
</notes>
2735
<contents>
2836
<dir name="/">
@@ -70,6 +78,22 @@
7078
<providesextension>memprof</providesextension>
7179
<extsrcrelease />
7280
<changelog>
81+
<release>
82+
<date>2021-03-29</date>
83+
<time>12:00:00</time>
84+
<version>
85+
<release>3.0.1</release>
86+
<api>1.0.0</api>
87+
</version>
88+
<stability>
89+
<release>stable</release>
90+
<api>stable</api>
91+
</stability>
92+
<license>BSD</license>
93+
<notes>
94+
* Fix build
95+
</notes>
96+
</release>
7397
<release>
7498
<date>2021-03-29</date>
7599
<time>12:00:00</time>

php_memprof.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#define PHP_MEMPROF_H
1717

1818
#define MEMPROF_NAME "memprof"
19-
#define PHP_MEMPROF_VERSION "3.0.1"
19+
#define PHP_MEMPROF_VERSION "3.0.2"
2020

2121
extern zend_module_entry memprof_module_entry;
2222
#define phpext_memprof_ptr &memprof_module_entry

0 commit comments

Comments
 (0)