memprof

pecl install memprof

Memory profiler

Memprof is a fast and accurate memory profiler that can be used to find the cause of memory leaks in PHP applications.

Maintainer

  • Arnaud Le Blanc (lead )

Details

Stars: 801
Issue openned: 16
Downloads: 86593
3.0.2
2 years ago
Version 3.0.2 change log


## 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)

requires:

  • php >=7.1.0
  • pearinstaller >=1.10.0