Skip to content

Commit 12674e6

Browse files
committed
2.1.1
1 parent 4d8670a commit 12674e6

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

package2.xml

Lines changed: 20 additions & 4 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>2020-07-04</date>
13+
<date>2020-11-18</date>
1414
<time>12:00:00</time>
1515
<version>
16-
<release>2.1.0</release>
16+
<release>2.1.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 a way to trigger profiling from the environment
26-
* Stability improvements
25+
* Fix crash on zend_pass_function
2726
</notes>
2827
<contents>
2928
<dir name="/">
@@ -50,6 +49,23 @@
5049
<providesextension>memprof</providesextension>
5150
<extsrcrelease />
5251
<changelog>
52+
<release>
53+
<date>2020-07-04</date>
54+
<time>12:00:00</time>
55+
<version>
56+
<release>2.1.0</release>
57+
<api>1.0.0</api>
58+
</version>
59+
<stability>
60+
<release>stable</release>
61+
<api>stable</api>
62+
</stability>
63+
<license>BSD</license>
64+
<notes>
65+
* Added a way to trigger profiling from the environment
66+
* Stability improvements
67+
</notes>
68+
</release>
5369
<release>
5470
<date>2017-01-28</date>
5571
<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 "2.1.0"
19+
#define PHP_MEMPROF_VERSION "2.1.1"
2020

2121
extern zend_module_entry memprof_module_entry;
2222
#define phpext_memprof_ptr &memprof_module_entry

0 commit comments

Comments
 (0)