memprof 3.1.0

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

Changes

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