Package Information |
Summary |
Memory profiler |
Maintainers |
Arnaud Le Blanc (lead)
[details]
|
License |
BSD |
Description |
Memprof is a fast and accurate memory profiler that can be used to find the cause of memory leaks in PHP applications. |
Homepage |
https://github.com/arnaud-lb/php-memory-profiler
|
Release notes
Version 3.0.2
(stable)
|
## 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) |