Changelog for memprof |
Release |
What has changed? |
3.0.2 |
## 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) |
3.0.1 |
* Fix build |
3.0.0 |
* Added ability to dump profile when the memory limit is exceeded
* Profiling of non-php allocations is disabled by default (can be enabled at runtime) |
2.1.2 |
* Updated minimal PHP version requirement to 7.1.0 |
2.1.1 |
* Fix crash on zend_pass_function |
2.1.0 |
* Added a way to trigger profiling from the environment
* Stability improvements |
2.0.0 |
* PHP 7 version |
1.0.0 |
PECL release |