Skip to content

Commit d4fe345

Browse files
committed
3.0.1
1 parent 792c05b commit d4fe345

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

package.xml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<date>2021-03-29</date>
1414
<time>12:00:00</time>
1515
<version>
16-
<release>3.0.0</release>
16+
<release>3.0.1</release>
1717
<api>1.0.0</api>
1818
</version>
1919
<stability>
@@ -22,8 +22,7 @@
2222
</stability>
2323
<license>BSD</license>
2424
<notes>
25-
* Added ability to dump profile when the memory limit is exceeded
26-
* Profiling of non-php allocations is disabled by default (can be enabled at runtime)
25+
* Fix build
2726
</notes>
2827
<contents>
2928
<dir name="/">
@@ -63,6 +62,23 @@
6362
<providesextension>memprof</providesextension>
6463
<extsrcrelease />
6564
<changelog>
65+
<release>
66+
<date>2021-03-29</date>
67+
<time>12:00:00</time>
68+
<version>
69+
<release>3.0.0</release>
70+
<api>1.0.0</api>
71+
</version>
72+
<stability>
73+
<release>stable</release>
74+
<api>stable</api>
75+
</stability>
76+
<license>BSD</license>
77+
<notes>
78+
* Added ability to dump profile when the memory limit is exceeded
79+
* Profiling of non-php allocations is disabled by default (can be enabled at runtime)
80+
</notes>
81+
</release>
6682
<release>
6783
<date>2020-11-19</date>
6884
<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.0"
19+
#define PHP_MEMPROF_VERSION "3.0.1"
2020

2121
extern zend_module_entry memprof_module_entry;
2222
#define phpext_memprof_ptr &memprof_module_entry

0 commit comments

Comments
 (0)