-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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="/"> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters