Skip to content

Releases: BitOne/php-meminfo

PHP Meminfo v1.1.1

17 Feb 20:49
8dfdb2a
Compare
Choose a tag to compare
  • fixes segfault on not properly built symbol table

PHP Meminfo v1.1

15 Feb 20:25
12ee5c4
Compare
Choose a tag to compare

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

02 May 16:35
569c281
Compare
Choose a tag to compare
  • adds simpler reference path formatter
  • PHP 7.3 compatibility (mostly on the tests)

Ygramul

13 Aug 13:58
Compare
Choose a tag to compare
  • GITHUB-75 Now goes through static members of classes as well the usual frame execution browsing.

Ygramul

13 Aug 11:17
dd2e693
Compare
Choose a tag to compare

GITHUB-76 Fixes wrong non matching item reference from children, introduced in v1.0.2

Ygramul

08 Aug 14:43
4b01357
Compare
Choose a tag to compare

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

24 Nov 17:00
c9c7ecc
Compare
Choose a tag to compare

Ygramul

16 Nov 17:13
Compare
Choose a tag to compare
  • 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

23 Mar 09:14
Compare
Choose a tag to compare
Merge pull request #16 from fitn/patch-2

Update README.md with meminfo_size_info function example

Instances count summary

30 Apr 13:25
Compare
Choose a tag to compare

This release add an feature to display instances count summary by class.