Skip to content

Commit

Permalink
3.0.2 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-lb authored Jan 7, 2022
1 parent f59c04e commit b751f1c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
30 changes: 27 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2021-03-29</date>
<date>2022-01-07</date>
<time>12:00:00</time>
<version>
<release>3.0.1</release>
<release>3.0.2</release>
<api>1.0.0</api>
</version>
<stability>
Expand All @@ -22,7 +22,15 @@
</stability>
<license>BSD</license>
<notes>
* Fix build
## Improvements
- PHP 8.1 support (@remicollet)
- Added parameter types and return types (@remicollet)
- dump_on_limit: Append the profile filename to the "Allowed memory size of %d
bytes exhausted" error message (@arnaud-lb)
- Added memprof_version() function (@arnaud-lb)

## Bugfixes
- Fixed compatibility issue with xdebug (@arnaud-lb)
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -70,6 +78,22 @@
<providesextension>memprof</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2021-03-29</date>
<time>12:00:00</time>
<version>
<release>3.0.1</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license>BSD</license>
<notes>
* Fix build
</notes>
</release>
<release>
<date>2021-03-29</date>
<time>12:00:00</time>
Expand Down
2 changes: 1 addition & 1 deletion php_memprof.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define PHP_MEMPROF_H

#define MEMPROF_NAME "memprof"
#define PHP_MEMPROF_VERSION "3.0.1"
#define PHP_MEMPROF_VERSION "3.0.2"

extern zend_module_entry memprof_module_entry;
#define phpext_memprof_ptr &memprof_module_entry
Expand Down

0 comments on commit b751f1c

Please sign in to comment.