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.

License: BSD

Latest releases

Version Release Download
3.1.0 2025-02-24 memprof-3.1.0.tgz
3.0.2 2022-01-07 memprof-3.0.2.tgz
3.0.1 2021-07-02 memprof-3.0.1.tgz
3.0.0 2021-03-29 memprof-3.0.0.tgz
2.1.2 2020-11-19 memprof-2.1.2.tgz
Show all releases

Changelog

Version Message
3.1.0 ## Improvements
- Use filename for script and binary instead of /todo.php (@samlitowitz, #92)
- Allow output_format to be defined from ini setting (@gaelreyrol, #97)
- Add units to Callgrind label for memory size and update `BlockCount` to `Call_Count` (@samlitowitz, #95)
- Add support for PIE
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
Show complete changelog