Fixes segfault on symbol table not properly rebuilt.
This version drops support for PHP 5.5 and adds official supports for PHP 7.4.
Thanks a lot to @tony2001, @WyriHaximus, @vudaltsov and @ahocquard for their contibutions on making PHP Meminfo compatible with PHP .7.4!
- GITHUB-75 Now goes through static members of classes as well the usual frame execution browsing.
- GITHUB-76 Fixes wrong non matching item reference from children, introduced in v1.0.2
- GITHUB-70 Fixes duplication of scalars in PHP 7 when multiple references are used
- GITHUB-68 Fixes duplication of objects in PHP 7 when multiple references are used
- GITHUB-67 Fixes wrong starting frame in PHP 7, by @mathieuk
- GITHUB-61 Removes now obsolete Brew installation instructions
- GITHUB-73 Adds explanation on memory usage difference, between what is used by objects and what is reported
- GITHUB-49 Properly escape control character from array index
- GITHUB-48 Adds information about Brew installation on MacOS X, by @jdecool
- GITHUB-47 Fixes on version support, by @jdecool
- GITHUB-45 Adds PHP 7 support
- keeps only the dump method in the extension. From the data gathered by it, all analysis can be done.
- summary is now done as a analyzer
- doc separation between "usage" and "how to hunt down memory leaks"
- tests + travis
## Improvements
- Remove UI
- Adds frame and symbol information
- Adds analyzers to find path that kept references
- Adds an feature to display instances count summary by class.
- Migrating from Google Code to GitHub
- ADDS ABility to display a list of object with Class name and handle