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
Version | Release | Download |
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 |
2.1.1 | 2020-11-18 | memprof-2.1.1.tgz |
Version | Message |
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 |