Releases: BitOne/php-meminfo
Releases · BitOne/php-meminfo
PHP Meminfo v1.1.1
PHP Meminfo v1.1
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!
Ygramul
Ygramul
Ygramul
Ygramul
Bug fixes
- 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
Improvement
- GITHUB-73 Adds explanation on memory usage difference, between what is used by objects and what is reported
Ygramul
Ygramul
- adds support for PHP 7 (7.0, 7.1, 7.2)
- 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
Thanks @fitn, @jjanvier, @francisbesset, @Niktux for their contributions !
Release before UI removal
Merge pull request #16 from fitn/patch-2 Update README.md with meminfo_size_info function example
Instances count summary
This release add an feature to display instances count summary by class.